wip parsing and error

This commit is contained in:
hugogogo
2026-05-03 00:20:39 +02:00
parent c24461cb33
commit 42cfdf9734
6 changed files with 134 additions and 285 deletions

View File

@@ -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