wip parsing and error
This commit is contained in:
@@ -12,6 +12,6 @@ typedef enum
|
||||
ERROR_SENTINEL,
|
||||
} program_error;
|
||||
|
||||
int stop_errors(program_error err, const char *format, ...);
|
||||
int stop_errors(program_error err, token *tokens, char *input, const char *format, ...);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user