summaryrefslogtreecommitdiff
path: root/src/compiler/ast-tree.h
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2025-04-09 02:52:09 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2025-04-09 02:52:09 +0330
commit44420249b454a4d1b1322c22a344a8b1b60fa3bd (patch)
tree842ed96989b8e43931b16f6d8927f1f8fa33d812 /src/compiler/ast-tree.h
parent90690900cedbbf8004f5b452dae04166818f99fc (diff)
add putc keyword to print char
remove print_u64
Diffstat (limited to 'src/compiler/ast-tree.h')
-rw-r--r--src/compiler/ast-tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/ast-tree.h b/src/compiler/ast-tree.h
index fb708af..3ada2df 100644
--- a/src/compiler/ast-tree.h
+++ b/src/compiler/ast-tree.h
@@ -8,7 +8,7 @@
typedef enum AstTreeToken {
AST_TREE_TOKEN_FUNCTION,
- AST_TREE_TOKEN_KEYWORD_PRINT_U64,
+ AST_TREE_TOKEN_KEYWORD_PUTC,
AST_TREE_TOKEN_KEYWORD_RETURN,
AST_TREE_TOKEN_KEYWORD_IF,
AST_TREE_TOKEN_KEYWORD_WHILE,