summaryrefslogtreecommitdiff
path: root/src/compiler/parser.h
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2025-01-30 04:50:11 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2025-01-30 04:50:11 +0330
commite6122f465cd8b8eebcc2657321cf7cf5732408a8 (patch)
tree127d56cab08e99b0999c909db98a417656bf001f /src/compiler/parser.h
parent6441d6ace4b3ebdc04e3e7fee212830f783eecb0 (diff)
added global variables (not constants)
Diffstat (limited to 'src/compiler/parser.h')
-rw-r--r--src/compiler/parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/parser.h b/src/compiler/parser.h
index 71aa9d8..c20fc12 100644
--- a/src/compiler/parser.h
+++ b/src/compiler/parser.h
@@ -19,6 +19,7 @@ typedef enum ParserToken {
PARSER_TOKEN_KEYWORD_PRINT_U64,
PARSER_TOKEN_CONSTANT,
+ PARSER_TOKEN_VARIABLE,
PARSER_TOKEN_SYMBOL_EOL,
PARSER_TOKEN_SYMBOL_CURLY_BRACKET,