From 6f2a7cd1c662e30cd75b8cbcb246bdf9978c1290 Mon Sep 17 00:00:00 2001 From: A404M Date: Thu, 23 Jan 2025 19:38:25 +0330 Subject: check function arguments --- 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 3c3bc3f..f77522d 100644 --- a/src/compiler/lexer.h +++ b/src/compiler/lexer.h @@ -17,6 +17,7 @@ typedef enum LexerToken { LEXER_TOKEN_SYMBOL_CLOSE_CURLY_BRACKET, LEXER_TOKEN_SYMBOL_FUNCTION_ARROW, LEXER_TOKEN_SYMBOL_COLON, + LEXER_TOKEN_SYMBOL_COMMA, LEXER_TOKEN_NONE, } LexerToken; -- cgit v1.2.3