|
Decaf Compiler
|
Compiler phase 1: lexer. More...
#include "p1-lexer.h"Functions | |
| TokenQueue * | lex (char *text) |
| Convert a string containing a Decaf program into a queue of tokens. More... | |
Compiler phase 1: lexer.
| TokenQueue* lex | ( | char * | text | ) |
Convert a string containing a Decaf program into a queue of tokens.
| text | String to lex |
1.8.16