Recover from errors even inside REPT/FOR loops (#1683)

This commit is contained in:
Rangi
2025-05-04 17:51:53 -04:00
committed by GitHub
parent e1ae92709c
commit e95ac6fb06
6 changed files with 12 additions and 10 deletions

View File

@@ -425,7 +425,6 @@ lines:
lexer_SetMode(LEXER_NORMAL);
lexer_ToggleStringExpansion(true);
} endofline {
fstk_StopRept();
yyerrok;
}
;