diff options
| author | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-04-24 15:19:06 +0330 |
|---|---|---|
| committer | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-04-24 15:19:06 +0330 |
| commit | 79babd7e6c97ead76c7cd6295f01e049d1b28524 (patch) | |
| tree | fe03d2c6907211ee2cbed86c31ff4319f09a26f1 /src/compiler/lexer.h | |
| parent | e89f5c93893e5dd969fe39e1aca00ad5bd8b5b7b (diff) | |
add code type
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 a9b6dcd..71d9640 100644 --- a/src/compiler/lexer.h +++ b/src/compiler/lexer.h @@ -33,6 +33,7 @@ typedef enum LexerToken { LEXER_TOKEN_KEYWORD_TRUE, LEXER_TOKEN_KEYWORD_FALSE, LEXER_TOKEN_KEYWORD_NULL, + LEXER_TOKEN_KEYWORD_CODE, LEXER_TOKEN_NUMBER, LEXER_TOKEN_CHAR, LEXER_TOKEN_STRING, |