Decaf Compiler
|
Interface for Project 2 (Parser) More...
Go to the source code of this file.
Functions | |
ASTNode * | parse (TokenQueue *input) |
Convert a queue of tokens into an abstract syntax tree (AST) | |
Interface for Project 2 (Parser)
ASTNode * parse | ( | TokenQueue * | input | ) |
Convert a queue of tokens into an abstract syntax tree (AST)
input | Tokens to parse |