start rewriting the parser to return with error messages so errors can be caught
This commit is contained in:
@@ -9,8 +9,8 @@ typedef struct {
|
||||
ParsedValue * from;
|
||||
} ParsedAssign;
|
||||
|
||||
ParsedValue *parse_assign(char*file, DArray *tokens,
|
||||
ParsedValue *assign_to, size_t *index);
|
||||
ParsedValueReturn parse_assign(char *file, DArray *tokens, ParsedValue *assign_to,
|
||||
size_t *index);
|
||||
|
||||
void free_parse_assign(void*ptr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user