raaahhhhhh

This commit is contained in:
Scarlett
2025-05-02 12:47:22 -04:00
parent 41280fe622
commit 856e443181
5 changed files with 16 additions and 4 deletions

View File

@ -633,7 +633,7 @@ simple_statement:
| RETURN expression {
$$ = getTypeEntry((TableNode*)$2);
emit_return(tn_or_const(NODE,(TableNode*)$2));}
|simple_statement error {yyerrok; printdebug("error in simple statement");}
|simple_statement error {yyerrok; yyclearin; printdebug("error in simple statement");}
;