dont mess up silly

This commit is contained in:
Scarlett
2025-05-04 18:58:17 -04:00
parent 3f7c79b801
commit d57fa081d7
4 changed files with 20 additions and 2 deletions

View File

@ -1536,6 +1536,7 @@ void throw_error(ErrorType error_type, const char *format, ...) {
void yyerror(const char *err) {
int line = yylloc.first_line;
int column = yylloc.first_column;
contains_errors = true;
// Grammar Fallback Case
if (strcmp(err, "syntax error") == 0) {