AST nodes and attributes.
Includes, constants, declarations, and macros used across the compiler.
Declarations of ILOC structures.
InsnList * generate_code(ASTNode *tree)
Convert an AST into linear ILOC code.
Definition p4-codegen.c:457
Main AST node structure.
Definition ast.h:471
Linked list of ILOCInsn* elements.
Definition iloc.h:353
Symbols, symbol tables, and static analysis errors.