Abstract Syntax Tree - rmboggs/boo GitHub Wiki
Added by dholton dholton
The AST structure used by the Boo Compiler is described in the ast.model.boo file included with boo. <<<--- COULDN'T FIND
That file is in turn used by scripts/astgen.boo [ <<<--- COULDN'T FIND] to generate the source code for the boo compiler AST types, under src/Boo.Lang.Compiler/Ast/.