diff options
author | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-06-05 16:24:21 +0330 |
---|---|---|
committer | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-06-05 16:24:21 +0330 |
commit | c506c3458a07485169cc38ce27d5cf21601136c2 (patch) | |
tree | 6f41a300d2ee4a503a97fbeafa3e509133f02d63 /src/compiler/lexer.h | |
parent | 3a079c1da7508839088c0c70795819692954eb43 (diff) |
trying to add macro
Diffstat (limited to 'src/compiler/lexer.h')
-rw-r--r-- | src/compiler/lexer.h | 1 |
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; |