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

@@ -7,6 +7,7 @@
typedef enum {
EVALUATOR_OK,
EVALUATOR_MATH_ERR,
EVALUATOR_DIVISION_BY_ZERO,
EVALUATOR_INVALID_PARSING,
EVALUATOR_INVALID_TREE, // just to shut up the compiler with the swithces
} EvaluatorErr;