Allow error messages for subsequent syntax errors (#892)

Fixes #891
This commit is contained in:
Rangi
2021-05-21 17:04:27 -04:00
committed by GitHub
parent e3b7339dd6
commit 5ad48851ed
6 changed files with 38 additions and 1 deletions

View File

@@ -686,6 +686,7 @@ line : plain_directive endofline
| line_directive /* Directives that manage newlines themselves */
| error endofline { /* Continue parsing the next line on a syntax error */
fstk_StopRept();
yyerrok;
}
;