start rewriting the parser to return with error messages so errors can be caught
This commit is contained in:
@@ -3,8 +3,7 @@
|
||||
#include "../../lexer/token.h" // for Token
|
||||
#include "../parser.h"
|
||||
|
||||
ParsedValue *parse_list(char *file, DArray *tokens,
|
||||
size_t *index);
|
||||
ParsedValueReturn parse_list(char *file, DArray *tokens, size_t *index);
|
||||
|
||||
void free_parsed_list(void *ptr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user