diff options
| author | iamcheeseman <[email protected]> | 2026-04-17 20:05:38 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-04-17 20:05:38 -0400 |
| commit | bdc4806f5ddc90aea8840225fd8993e305b7ad10 (patch) | |
| tree | c4546f4821378c5bfda9582c9cdf586a6e9ae645 /uscript/lex.h | |
| parent | 35adf15fead519d9cede35008ce78aca93853220 (diff) | |
microscript: add and and or
Diffstat (limited to 'uscript/lex.h')
| -rw-r--r-- | uscript/lex.h | 2 |
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) \ |
