Decaf Compiler
|
Interface for Project 3 (Analysis) More...
Go to the source code of this file.
Functions | |
ErrorList * | analyze (ASTNode *tree) |
Perform static analysis on an AST and return a list of errors. | |
Interface for Project 3 (Analysis)