Decaf Compiler
|
Files | |
file | ast.h [code] |
AST nodes and attributes. | |
file | common.h [code] |
Includes, constants, declarations, and macros used across the compiler. | |
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 | symbol.h [code] |
Symbols, symbol tables, and static analysis errors. | |
file | token.h [code] |
Tokens and regular expressions. | |
file | visitor.h [code] |
AST visitors. | |