From 160da58b3f49b9c295551f81d41a106ff7f6546e Mon Sep 17 00:00:00 2001 From: A404M Date: Mon, 3 Feb 2025 09:14:51 +0330 Subject: make mov and def more dynamic --- src/compiler/ast-tree.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/compiler/ast-tree.h') 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); -- cgit v1.2.3