summaryrefslogtreecommitdiff
path: root/src/compiler/lexer.h
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2025-01-27 16:10:47 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2025-01-27 16:13:24 +0330
commit7a8b8ff4bee2373e1e0f3b2b1837dc25041e1a1d (patch)
tree38331ef33be27a4867ed5171768fdd42787b66aa /src/compiler/lexer.h
parent64331c144518b8ab1c3cf08473771e0d3f14f67b (diff)
clean up
removed print hello world
Diffstat (limited to 'src/compiler/lexer.h')
-rw-r--r--src/compiler/lexer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler/lexer.h b/src/compiler/lexer.h
index c3871e0..ca012c2 100644
--- a/src/compiler/lexer.h
+++ b/src/compiler/lexer.h
@@ -5,7 +5,6 @@
typedef enum LexerToken {
LEXER_TOKEN_IDENTIFIER,
LEXER_TOKEN_KEYWORD_VOID,
- LEXER_TOKEN_KEYWORD_PRINT,
LEXER_TOKEN_KEYWORD_PRINT_U64,
LEXER_TOKEN_NUMBER,