summaryrefslogtreecommitdiff
path: root/src/compiler/lexer.h
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2025-04-04 22:12:17 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2025-04-04 22:12:17 +0330
commit5d43a23a42725d9e88be76ce04260dbd4b57d370 (patch)
treeb70fd8938f1eac3ab424943fb0b246ecba9ae016 /src/compiler/lexer.h
parent6bfad51dbde77267368811737d4ecbd557eac2e9 (diff)
add undefined and fix some struct stuff
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 6daa893..6862c0d 100644
--- a/src/compiler/lexer.h
+++ b/src/compiler/lexer.h
@@ -30,6 +30,7 @@ typedef enum LexerToken {
LEXER_TOKEN_KEYWORD_COMPTIME,
LEXER_TOKEN_KEYWORD_NULL,
LEXER_TOKEN_KEYWORD_STRUCT,
+ LEXER_TOKEN_KEYWORD_UNDEFINED,
LEXER_TOKEN_NUMBER,