Skip to content

Commit

Permalink
fix previous; was causing a shift/reduce conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-polo committed Jun 6, 2024
1 parent 235f5e7 commit 3b2ee15
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion parse.y
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,13 @@ typedef struct {

%%

/*
* Allow
*/
grammar : nl conf | conf
;

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

0 comments on commit 3b2ee15

Please sign in to comment.