compilers/ast/ast_main.c - AST compiler
The AST (Abstract Syntax Tree) represents the code of a HLL source module.
IMCC_ast_compile(Interp *, FILE *fp)
IMCC_ast_init(Interp*)