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