From 616ee4299aacea36688115c722b8a03e77f59734 Mon Sep 17 00:00:00 2001 From: c+1 Date: Wed, 3 May 2023 14:48:45 -0400 Subject: strings are the --- 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 33f28f1..b923734 100644 --- a/src/include/token.h +++ b/src/include/token.h @@ -13,6 +13,7 @@ typedef struct TOKEN_STRUC { TOKEN_RBRAK, // ']' TOKEN_POUND, // '#'' TOKEN_TILDE, // '~' + TOKEN_QUOTE, // ''' TOKEN_EOF // '\0' } type; -- cgit v1.2.3