summaryrefslogtreecommitdiff
path: root/src/compiler/lexer.h
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2025-04-04 18:31:59 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2025-04-04 18:31:59 +0330
commit6bfad51dbde77267368811737d4ecbd557eac2e9 (patch)
tree3bb12aa2ba13926bd03591dd7560b38bfb58f222 /src/compiler/lexer.h
parent2a03e1e42906605be5ea093bcaca212c41acb62f (diff)
first stuff to have a struct
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 5e2496b..6daa893 100644
--- a/src/compiler/lexer.h
+++ b/src/compiler/lexer.h
@@ -29,6 +29,7 @@ typedef enum LexerToken {
LEXER_TOKEN_KEYWORD_WHILE,
LEXER_TOKEN_KEYWORD_COMPTIME,
LEXER_TOKEN_KEYWORD_NULL,
+ LEXER_TOKEN_KEYWORD_STRUCT,
LEXER_TOKEN_NUMBER,