First version, very much WIP

This commit is contained in:
Robert Virding
2019-01-24 18:38:24 +01:00
parent 6fccc902d0
commit d330133b3f
5 changed files with 226 additions and 2 deletions
-1
View File
@@ -17,7 +17,6 @@ line({symbol, Line, _}) -> Line.
symbol_name({symbol, _, Name}) -> Name.
pp(Ast) ->
%% io:format("Tree:\n~p\n",[Ast]),
String = prettypr:format(aeso_pretty:decls(Ast, [])),
io:format("Ast:\n~s\n", [String]).