fix: updating arena and arraylist use

This commit is contained in:
2026-05-14 08:36:21 -06:00
parent 9ea1da549f
commit 964034b203
4 changed files with 9 additions and 5 deletions

View File

@@ -45,7 +45,7 @@ typedef struct {
union {
ParserErr err;
struct {
Arena arena;
Arena *arena;
Node *tree;
};
};