summaryrefslogtreecommitdiff
path: root/src/compiler/lexer.h
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2025-01-28 00:48:10 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2025-01-28 00:48:10 +0330
commit12219a3af22fe4f17027dff43cfb459fef62eaa2 (patch)
treec70858a6ff43615e97344d880af72edd3dc09ab4 /src/compiler/lexer.h
parent7a8b8ff4bee2373e1e0f3b2b1837dc25041e1a1d (diff)
added constant values
Diffstat (limited to 'src/compiler/lexer.h')
-rw-r--r--src/compiler/lexer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compiler/lexer.h b/src/compiler/lexer.h
index ca012c2..da3aa0f 100644
--- a/src/compiler/lexer.h
+++ b/src/compiler/lexer.h
@@ -4,7 +4,9 @@
typedef enum LexerToken {
LEXER_TOKEN_IDENTIFIER,
+
LEXER_TOKEN_KEYWORD_VOID,
+ LEXER_TOKEN_KEYWORD_U64,
LEXER_TOKEN_KEYWORD_PRINT_U64,
LEXER_TOKEN_NUMBER,