aboutsummaryrefslogtreecommitdiff
path: root/src/compiler/lexer.h
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2025-05-12 01:32:16 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2025-05-12 01:32:16 +0330
commitcfd7848462aa50e039d73df041eab93f9a48b49f (patch)
treee0ab49724ae6c931ec80df1ef03ab3c2e7d90f98 /src/compiler/lexer.h
parent7def336c06c38a9fd9104bb157cb2238bc89585d (diff)
add type of shape shifter
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 844906e..4286f20 100644
--- a/src/compiler/lexer.h
+++ b/src/compiler/lexer.h
@@ -54,6 +54,7 @@ typedef enum LexerToken {
LEXER_TOKEN_KEYWORD_NULL,
LEXER_TOKEN_KEYWORD_CODE,
LEXER_TOKEN_KEYWORD_NAMESPACE,
+ LEXER_TOKEN_KEYWORD_SHAPE_SHIFTER,
LEXER_TOKEN_NUMBER,
LEXER_TOKEN_CHAR,
LEXER_TOKEN_STRING,