diff options
Diffstat (limited to 'lex.h')
| -rw-r--r-- | lex.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,6 +11,8 @@ X(VAR, "var")\ X(CONST, "const")\ X(RETURN, "return")\ + X(TRUE, "true")\ + X(FALSE, "false")\ X(LBRACE, "{")\ X(RBRACE, "}")\ X(LPAREN, "(")\ |
