summaryrefslogtreecommitdiff
path: root/uscript/lex.h
diff options
context:
space:
mode:
authoriamcheeseman <[email protected]>2026-04-25 19:14:55 -0400
committeriamcheeseman <[email protected]>2026-04-25 19:14:55 -0400
commitb8db294d0c843084a20cd7b6c2f087ba6edce530 (patch)
treee6e0e1ae19827f49c7500b3e563c20433a94f11f /uscript/lex.h
parentf328d3b2bea11f6b89bf4b3707205ecd8496b93d (diff)
microscript: rename zilch to nadaHEADmaster
Diffstat (limited to 'uscript/lex.h')
-rw-r--r--uscript/lex.h4
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.