diff options
| author | iamcheeseman <[email protected]> | 2026-04-25 19:14:55 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-04-25 19:14:55 -0400 |
| commit | b8db294d0c843084a20cd7b6c2f087ba6edce530 (patch) | |
| tree | e6e0e1ae19827f49c7500b3e563c20433a94f11f /uscript/lex.h | |
| parent | f328d3b2bea11f6b89bf4b3707205ecd8496b93d (diff) | |
Diffstat (limited to 'uscript/lex.h')
| -rw-r--r-- | uscript/lex.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/uscript/lex.h b/uscript/lex.h index 58ea353..e81981c 100644 --- a/uscript/lex.h +++ b/uscript/lex.h @@ -28,6 +28,7 @@ _(MINUS_EQL) \ _(MOD_EQL) \ _(MULT_EQL) \ + _(NADA) \ _(NEQL) \ _(NEXT) \ _(NOT) \ @@ -36,8 +37,7 @@ _(PLUS_EQL) \ _(RET) \ _(STR) \ - _(TRUE) \ - _(ZILCH) + _(TRUE) // single-character tokens are represented by their ASCII value, but other types // of tokens are represented by a token_kind enum value. |
