parser: ignore errors
This commit is contained in:
parent
2af2bc36c9
commit
e78bb02082
|
@ -227,6 +227,7 @@ void parse_file(const char *f) {
|
|||
|
||||
lines: /* empty */
|
||||
| lines WHITESPACE line
|
||||
| lines error
|
||||
| lines line
|
||||
;
|
||||
|
||||
|
|
Loading…
Reference in New Issue