diff options
author | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-04-15 21:54:04 +0330 |
---|---|---|
committer | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-04-15 21:54:04 +0330 |
commit | cc12a3a946303ae89ce2076b3c17d5d35d7e864f (patch) | |
tree | 3429c081fecb65cf538b213e382016416dbca344 /src/compiler/lexer.h | |
parent | 52fac2c9232d39b3fe98438a47c22f985b260f58 (diff) |
add string
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 ad82b5a..a9b6dcd 100644 --- a/src/compiler/lexer.h +++ b/src/compiler/lexer.h @@ -35,6 +35,7 @@ typedef enum LexerToken { LEXER_TOKEN_KEYWORD_NULL, LEXER_TOKEN_NUMBER, LEXER_TOKEN_CHAR, + LEXER_TOKEN_STRING, LEXER_TOKEN_KEYWORD_UNDEFINED, LEXER_TOKEN_SYMBOL_FUNCTION_ARROW, |