diff options
| author | iamcheeseman <[email protected]> | 2026-04-14 17:09:40 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-04-14 17:09:40 -0400 |
| commit | bcd6021b752ca4edff05448e7991c5f2eb9c0c55 (patch) | |
| tree | 1c3fdc1555488b8df049e5cf63b3432f5e89ed90 /uscript/lex.h | |
| parent | a99ea432154b1737490c887f3004024f01c254b1 (diff) | |
microscript: remove mod keyword
Diffstat (limited to 'uscript/lex.h')
| -rw-r--r-- | uscript/lex.h | 1 |
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) \ |
