parse working

This commit is contained in:
hugogogo
2026-05-03 22:28:26 +02:00
parent 07144c53c6
commit 6648161d9a
4 changed files with 26 additions and 20 deletions

View File

@@ -93,6 +93,7 @@ typedef enum t_program_error
ERROR_SENTINEL, // last token not used, only for enum count
} program_error;
void print_state();
int stop_errors(program_error err, const char *format, ...);
/** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *