|
file | ast.h [code] |
| AST nodes and attributes.
|
|
file | common.h [code] |
| Includes, constants, declarations, and macros used across the compiler.
|
|
file | iloc.h [code] |
| Declarations of ILOC structures.
|
|
file | p1-lexer.h [code] |
| Interface for Project 1 (Lexer)
|
|
file | p2-parser.h [code] |
| Interface for Project 2 (Parser)
|
|
file | p3-analysis.h [code] |
| Interface for Project 3 (Analysis)
|
|
file | p4-codegen.h [code] |
| Interface for Project 4 (Code Generation)
|
|
file | symbol.h [code] |
| Symbols, symbol tables, and static analysis errors.
|
|
file | token.h [code] |
| Tokens and regular expressions.
|
|
file | visitor.h [code] |
| AST visitors.
|
|