From b8db294d0c843084a20cd7b6c2f087ba6edce530 Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Sat, 25 Apr 2026 19:14:55 -0400 Subject: microscript: rename zilch to nada --- uscript/lex.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'uscript/lex.h') 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. -- cgit v1.3-2-g0d8e