aboutsummaryrefslogtreecommitdiff
path: root/src/compiler/lexer.h
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2025-05-09 23:01:00 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2025-05-09 23:01:00 +0330
commitf5dfb8ca90a014a6b7667e5ded62e0bae1d60367 (patch)
tree1f032c667207a7dca719594b0b1ccfccae7e3492 /src/compiler/lexer.h
parent5ff257eaefcb9e1ff30f4b2fe7edcc48b024ab45 (diff)
add named imports
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 9d86462..844906e 100644
--- a/src/compiler/lexer.h
+++ b/src/compiler/lexer.h
@@ -53,6 +53,7 @@ typedef enum LexerToken {
LEXER_TOKEN_KEYWORD_FALSE,
LEXER_TOKEN_KEYWORD_NULL,
LEXER_TOKEN_KEYWORD_CODE,
+ LEXER_TOKEN_KEYWORD_NAMESPACE,
LEXER_TOKEN_NUMBER,
LEXER_TOKEN_CHAR,
LEXER_TOKEN_STRING,