diff options
| author | iamcheeseman <[email protected]> | 2026-04-17 20:06:02 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-04-17 20:06:02 -0400 |
| commit | a4677cf4301f378c6338f2f29408f83f91053516 (patch) | |
| tree | c4b5c69383d8317d0d91fc68be929af8555d95fa /uscript/lex.h | |
| parent | bdc4806f5ddc90aea8840225fd8993e305b7ad10 (diff) | |
microscript: change ! to not
Diffstat (limited to 'uscript/lex.h')
| -rw-r--r-- | uscript/lex.h | 1 |
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) \ |
