Skip to content

Commit

Permalink
fix parser: empty lines are allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-polo committed Jun 6, 2024
1 parent 15acd9c commit 471cae7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parse.y
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ typedef struct {
%%

conf : /* empty */
| conf nl
| conf include nl
| conf varset nl
| conf option nl
Expand Down

0 comments on commit 471cae7

Please sign in to comment.