The AST structure used by the Boo Compiler is described in the ast.model.boo file included with boo.
That file is in turn used by scripts/astgen.boo to generate the source code for the boo compiler AST types, under src/Boo.Lang.Compiler/Ast/.
Skip to: Site menu | Main content
|
Download :: Wiki :: Subversion :: Mailing Lists :: IRC :: Roadmap :: Issue Tracker |
| Abstract Syntax Tree | ![]() |
The AST structure used by the Boo Compiler is described in the ast.model.boo file included with boo.
That file is in turn used by scripts/astgen.boo to generate the source code for the boo compiler AST types, under src/Boo.Lang.Compiler/Ast/.