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