From bdc4806f5ddc90aea8840225fd8993e305b7ad10 Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Fri, 17 Apr 2026 20:05:38 -0400 Subject: microscript: add and and or --- uscript/lex.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'uscript/lex.h') 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) \ -- cgit v1.3-2-g0d8e