aboutsummaryrefslogtreecommitdiff
path: root/src/compiler/lexer.h
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2025-06-05 16:24:21 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2025-06-05 16:24:21 +0330
commitc506c3458a07485169cc38ce27d5cf21601136c2 (patch)
tree6f41a300d2ee4a503a97fbeafa3e509133f02d63 /src/compiler/lexer.h
parent3a079c1da7508839088c0c70795819692954eb43 (diff)
trying to add macro
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 2e9807d..e868900 100644
--- a/src/compiler/lexer.h
+++ b/src/compiler/lexer.h
@@ -153,6 +153,7 @@ typedef enum LexerToken {
LEXER_TOKEN_SYMBOL_OPEN_BRACKET,
LEXER_TOKEN_SYMBOL_OPEN_CURLY_BRACKET,
LEXER_TOKEN_KEYWORD_LAZY,
+ LEXER_TOKEN_KEYWORD_MACRO,
LEXER_TOKEN_NONE,
} LexerToken;