Skip to content

Commit

Permalink
update feature
Browse files Browse the repository at this point in the history
  • Loading branch information
hhaurubabo committed Nov 25, 2021
1 parent eadcaba commit 1c1e957
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions PA3/cool.y
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,9 @@

/* Feature list may be empty, but no empty features in list. */
dummy_feature_list: /* empty */
{ $$ = nil_Features(); }
|
{ $$ = nil_Features();}
| feature ';'
{ $$ = $1;}
;

feature
Expand Down

0 comments on commit 1c1e957

Please sign in to comment.