summaryrefslogtreecommitdiff
path: root/src/compiler/parser.h
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2025-04-24 15:19:06 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2025-04-24 15:19:06 +0330
commit79babd7e6c97ead76c7cd6295f01e049d1b28524 (patch)
treefe03d2c6907211ee2cbed86c31ff4319f09a26f1 /src/compiler/parser.h
parente89f5c93893e5dd969fe39e1aca00ad5bd8b5b7b (diff)
add code type
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 ecc6159..25e9a21 100644
--- a/src/compiler/parser.h
+++ b/src/compiler/parser.h
@@ -35,6 +35,7 @@ typedef enum ParserToken {
PARSER_TOKEN_TYPE_F32,
PARSER_TOKEN_TYPE_F64,
PARSER_TOKEN_TYPE_F128,
+ PARSER_TOKEN_TYPE_CODE,
PARSER_TOKEN_KEYWORD_PUTC,
PARSER_TOKEN_KEYWORD_RETURN,