summaryrefslogtreecommitdiff
path: root/uscript/lex.h
diff options
context:
space:
mode:
authoriamcheeseman <[email protected]>2026-04-17 20:06:02 -0400
committeriamcheeseman <[email protected]>2026-04-17 20:06:02 -0400
commita4677cf4301f378c6338f2f29408f83f91053516 (patch)
treec4b5c69383d8317d0d91fc68be929af8555d95fa /uscript/lex.h
parentbdc4806f5ddc90aea8840225fd8993e305b7ad10 (diff)
microscript: change ! to not
Diffstat (limited to 'uscript/lex.h')
-rw-r--r--uscript/lex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/uscript/lex.h b/uscript/lex.h
index 2d5035e..58ea353 100644
--- a/uscript/lex.h
+++ b/uscript/lex.h
@@ -30,6 +30,7 @@
_(MULT_EQL) \
_(NEQL) \
_(NEXT) \
+ _(NOT) \
_(NUM) \
_(OR) \
_(PLUS_EQL) \