summaryrefslogtreecommitdiff
path: root/uscript/lex.h
diff options
context:
space:
mode:
Diffstat (limited to 'uscript/lex.h')
-rw-r--r--uscript/lex.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/uscript/lex.h b/uscript/lex.h
index 4e448ed..2d5035e 100644
--- a/uscript/lex.h
+++ b/uscript/lex.h
@@ -5,6 +5,7 @@
#include "val.h"
#define XTOKENS(_) \
+ _(AND) \
_(BREAK) \
_(DIV_EQL) \
_(DO) \
@@ -30,6 +31,7 @@
_(NEQL) \
_(NEXT) \
_(NUM) \
+ _(OR) \
_(PLUS_EQL) \
_(RET) \
_(STR) \