From e6122f465cd8b8eebcc2657321cf7cf5732408a8 Mon Sep 17 00:00:00 2001 From: A404M Date: Thu, 30 Jan 2025 04:50:11 +0330 Subject: added global variables (not constants) --- src/compiler/lexer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/compiler/lexer.h') diff --git a/src/compiler/lexer.h b/src/compiler/lexer.h index 6efeac8..41c1ab7 100644 --- a/src/compiler/lexer.h +++ b/src/compiler/lexer.h @@ -20,6 +20,7 @@ typedef enum LexerToken { LEXER_TOKEN_SYMBOL_CLOSE_CURLY_BRACKET, LEXER_TOKEN_SYMBOL_FUNCTION_ARROW, LEXER_TOKEN_SYMBOL_COLON, + LEXER_TOKEN_SYMBOL_ASSIGN, LEXER_TOKEN_SYMBOL_COMMA, LEXER_TOKEN_NONE, -- cgit v1.2.3