summaryrefslogtreecommitdiff
path: root/lex.h
diff options
context:
space:
mode:
Diffstat (limited to 'lex.h')
-rw-r--r--lex.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lex.h b/lex.h
index a9820a1..dc23296 100644
--- a/lex.h
+++ b/lex.h
@@ -13,6 +13,8 @@
X(RETURN, "return")\
X(TRUE, "true")\
X(FALSE, "false")\
+ X(IF, "if")\
+ X(ELSE, "else")\
X(LBRACE, "{")\
X(RBRACE, "}")\
X(LPAREN, "(")\