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:
@@ -23,6 +23,7 @@ typedef enum {
|
||||
ARRAY_EMPTY,
|
||||
ARRAY_OUT_OF_BOUNDS,
|
||||
ARRAY_NULL_ARG,
|
||||
ARRAY_ALLOC,
|
||||
} ASTNodeArrayErr;
|
||||
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user