From fb2efbd868556da31d128c755beeefd37b0178c3 Mon Sep 17 00:00:00 2001 From: c+1 Date: Sat, 28 Oct 2023 09:59:56 -0400 Subject: fixed numbers. Added keywords. --- src/include/token.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/token.h') diff --git a/src/include/token.h b/src/include/token.h index 129ed76..9e64c97 100644 --- a/src/include/token.h +++ b/src/include/token.h @@ -24,6 +24,7 @@ typedef struct TOKEN_STRUC { TOKEN_RLIST, TOKEN_LLIST, TOKEN_ESC, + TOKEN_KWD, TOKEN_INT } type; -- cgit v1.2.3