summaryrefslogtreecommitdiff
path: root/src/compiler/lexer.h
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2025-01-23 19:38:25 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2025-01-23 19:38:25 +0330
commit6f2a7cd1c662e30cd75b8cbcb246bdf9978c1290 (patch)
tree2deb26f95b59d9f364130bf3e9f423a747658fd1 /src/compiler/lexer.h
parent1963e7dddfaeebb22e3657adc1a7ee86fda50d52 (diff)
check function arguments
Diffstat (limited to 'src/compiler/lexer.h')
-rw-r--r--src/compiler/lexer.h1
1 files changed, 1 insertions, 0 deletions
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;