summaryrefslogtreecommitdiff
path: root/src/compiler/ast-tree.h
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2025-02-03 09:14:51 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2025-02-03 09:14:51 +0330
commit160da58b3f49b9c295551f81d41a106ff7f6546e (patch)
tree657a99e6cae7e69e2d21a38679253797bf108ce8 /src/compiler/ast-tree.h
parent6b5e8fbb13552ecb78f8e348578861e9409d11f1 (diff)
make mov and def more dynamic
Diffstat (limited to 'src/compiler/ast-tree.h')
-rw-r--r--src/compiler/ast-tree.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compiler/ast-tree.h b/src/compiler/ast-tree.h
index 645ef5f..1aada03 100644
--- a/src/compiler/ast-tree.h
+++ b/src/compiler/ast-tree.h
@@ -162,3 +162,5 @@ bool astTreeClean(AstTree *tree);
bool astTreeCleanFunction(AstTree *tree);
bool astTreeCleanVariable(AstTree *tree);
bool astTreeCleanAstVariable(AstTreeVariable *variable);
+
+size_t astTreeTypeSize(AstTree tree);