Rename AST structures to Tree and relocate freeing logic

This commit is contained in:
2026-04-30 21:46:15 +02:00
parent ea55dedd07
commit 177fb971e4
17 changed files with 162 additions and 153 deletions
+1 -1
View File
@@ -89,6 +89,6 @@ TokenStream* test_get_tokenstream(void);
*
* At the end of the test, the AST will be freed automatically by the test harness.
*/
Module* test_get_ast(void);
ModuleTree* test_get_ast(void);
#endif