summaryrefslogtreecommitdiff
path: root/uscript/lex.h
diff options
context:
space:
mode:
authoriamcheeseman <[email protected]>2026-04-14 17:09:40 -0400
committeriamcheeseman <[email protected]>2026-04-14 17:09:40 -0400
commitbcd6021b752ca4edff05448e7991c5f2eb9c0c55 (patch)
tree1c3fdc1555488b8df049e5cf63b3432f5e89ed90 /uscript/lex.h
parenta99ea432154b1737490c887f3004024f01c254b1 (diff)
microscript: remove mod keyword
Diffstat (limited to 'uscript/lex.h')
-rw-r--r--uscript/lex.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/uscript/lex.h b/uscript/lex.h
index 191997d..4e448ed 100644
--- a/uscript/lex.h
+++ b/uscript/lex.h
@@ -25,7 +25,6 @@
_(LOOP) \
_(LTEQL) \
_(MINUS_EQL) \
- _(MOD) \
_(MOD_EQL) \
_(MULT_EQL) \
_(NEQL) \