Skip to: Site menu | Main content

Abstract Syntax Tree Print

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/.