summaryrefslogtreecommitdiff
path: root/src/compiler/ast-tree.h
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2025-01-29 03:06:16 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2025-01-29 03:06:16 +0330
commitf090d484ab9425be9d7e4e3f42ba4224dde35c2d (patch)
treec8f865b34257bc1bfe2f79c8147b9779a34ea3ba /src/compiler/ast-tree.h
parente20ddf634b79d6d955bf341447ea16bf944c44a9 (diff)
move assembly to new file
make constants to have a separate token
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 c5f8dd5..7590003 100644
--- a/src/compiler/ast-tree.h
+++ b/src/compiler/ast-tree.h
@@ -15,7 +15,7 @@ typedef enum AstTreeToken {
AST_TREE_TOKEN_TYPE_U64,
AST_TREE_TOKEN_FUNCTION_CALL,
- AST_TREE_TOKEN_VARIABLE,
+ AST_TREE_TOKEN_CONSTANT,
AST_TREE_TOKEN_VALUE_U64,
AST_TREE_TOKEN_NONE,