diff options
author | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-02-03 09:14:51 +0330 |
---|---|---|
committer | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-02-03 09:14:51 +0330 |
commit | 160da58b3f49b9c295551f81d41a106ff7f6546e (patch) | |
tree | 657a99e6cae7e69e2d21a38679253797bf108ce8 /src/compiler/ast-tree.h | |
parent | 6b5e8fbb13552ecb78f8e348578861e9409d11f1 (diff) |
make mov and def more dynamic
Diffstat (limited to 'src/compiler/ast-tree.h')
-rw-r--r-- | src/compiler/ast-tree.h | 2 |
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); |