Skip to content

Commit

Permalink
More flexible bazel grammar.
Browse files Browse the repository at this point in the history
  • Loading branch information
egorpugin committed Oct 3, 2019
1 parent 9c566ee commit 6ebde5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sw/driver/bazel/grammar.yy
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ expr: identifier
}*/
| keyword expr
{ /*$$ = $1;*/ }
| keyword expr COLON
| expr COLON
{ /*$$ = $1;*/ }
;

Expand Down

0 comments on commit 6ebde5d

Please sign in to comment.