fix parser: empty lines are allowed

This commit is contained in:
Omar Polo 2024-06-06 17:31:36 +00:00
parent 15acd9c6ec
commit 471cae7e8f
1 changed files with 1 additions and 0 deletions

View File

@ -148,6 +148,7 @@ typedef struct {
%%
conf : /* empty */
| conf nl
| conf include nl
| conf varset nl
| conf option nl