Skip to content

Commit

Permalink
Add $ to parameter grammar (#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahTheDuke committed May 26, 2021
1 parent a3d1f4b commit eef0766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GRAMMAR.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ sequence : expression ',' sequence
recipe : '@'? NAME parameter* variadic? ':' dependency* body?

parameter : NAME
| NAME '=' value
| '$'? NAME '=' value

variadic : '*' parameter
| '+' parameter
Expand Down

0 comments on commit eef0766

Please sign in to comment.