From 0abfc49851d60894e0fb9de6b5527a57766bd075 Mon Sep 17 00:00:00 2001 From: s-over-4 Date: Mon, 12 Jun 2023 23:13:07 -0400 Subject: fixed --- src/include/token.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') diff --git a/src/include/token.h b/src/include/token.h index 865ba4e..dd0c42f 100644 --- a/src/include/token.h +++ b/src/include/token.h @@ -33,6 +33,7 @@ typedef struct TOKEN_STRUC { TOKEN_ARRAY_DELIM_START, // [ TOKEN_ARRAY_DELIM_END, // ] TOKEN_DEF_SET, // = + TOKEN_UNKNOWN, // ??? TOKEN_EOF, // \0 } type; -- cgit v1.2.3