Added functionality for the basic array functionality, i'm going to make tests even thoug they are tedius as fuck, i'm way more interested in making tests for the lexer itself

This commit is contained in:
2026-03-04 19:30:56 -06:00
parent adaf5c012f
commit 3126be5782
2 changed files with 73 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ typedef enum {
ARRAY_EMPTY,
ARRAY_OUT_OF_BOUNDS,
ARRAY_NULL_ARG,
ARRAY_ALLOC,
} ASTNodeArrayErr;
typedef enum {