aboutsummaryrefslogtreecommitdiff
path: root/src/compiler/lexer.h
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2025-05-23 09:59:14 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2025-05-23 09:59:14 +0330
commit093c3bece426686b175db9ddaecd6abc8908fd87 (patch)
tree4af50cb8b98df96095526ded3fb0996ec56f8fbf /src/compiler/lexer.h
parent368d75dbd68f0f0e204d1d2575f8e7c6fbe9b49d (diff)
add @size_of
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 d07f7e7..3523a5f 100644
--- a/src/compiler/lexer.h
+++ b/src/compiler/lexer.h
@@ -15,6 +15,7 @@ typedef enum LexerToken {
LEXER_TOKEN_BUILTIN,
LEXER_TOKEN_BUILTIN_CAST,
LEXER_TOKEN_BUILTIN_TYPE_OF,
+ LEXER_TOKEN_BUILTIN_SIZE_OF,
LEXER_TOKEN_BUILTIN_IMPORT,
LEXER_TOKEN_BUILTIN_IS_COMPTIME,
LEXER_TOKEN_BUILTIN_STACK_ALLOC,