Add BACKTICK
to expression in grammar (#74)
This commit is contained in:
parent
166c4bf48f
commit
6adf2fda6c
@ -45,6 +45,7 @@ export : 'export' assignment
|
||||
expression : STRING
|
||||
| RAW_STRING
|
||||
| NAME
|
||||
| BACKTICK
|
||||
| expression '+' expression
|
||||
|
||||
recipe : NAME arguments? ':' dependencies? body?
|
||||
|
Loading…
Reference in New Issue
Block a user