The object nodePrinter
converts the internal tree
representation to a string.
Tree browsers can show the AST in a graphical and interactive way, useful for debugging and understanding.
Tree browsers can show the AST in a graphical and interactive way, useful for debugging and understanding.
1.0
A DSL for generating scala code.
A DSL for generating scala code. The goal is that the code generating code should look a lot like the code it generates.
XXX to resolve: TreeGen only assumes global is a SymbolTable, but TreeDSL at the moment expects a Global.
XXX to resolve: TreeGen only assumes global is a SymbolTable, but TreeDSL at the moment expects a Global. Can we get by with SymbolTable?
This class ...
This class ...
1.0