NAME ^

compilers/ast/ast_main.c - AST compiler

DESCRIPTION ^

The AST (Abstract Syntax Tree) represents the code of a HLL source module.

Functions ^

IMCC_ast_compile(Interp *, FILE *fp)

Compile AST source file to bytecode

IMCC_ast_init(Interp*)

Initialize the AST compiler


parrot