Decaf Compiler
|
Interface for Project 1 (Lexer) More...
Go to the source code of this file.
Functions | |
TokenQueue * | lex (const char *text) |
Convert a string containing a Decaf program into a queue of tokens. | |
Interface for Project 1 (Lexer)
TokenQueue * lex | ( | const char * | text | ) |
Convert a string containing a Decaf program into a queue of tokens.
text | String to lex |