From a4677cf4301f378c6338f2f29408f83f91053516 Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Fri, 17 Apr 2026 20:06:02 -0400 Subject: microscript: change ! to not --- uscript/lex.h | 1 + 1 file changed, 1 insertion(+) (limited to 'uscript/lex.h') 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) \ -- cgit v1.3-2-g0d8e