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
|
expression : STRING
|
||||||
| RAW_STRING
|
| RAW_STRING
|
||||||
| NAME
|
| NAME
|
||||||
|
| BACKTICK
|
||||||
| expression '+' expression
|
| expression '+' expression
|
||||||
|
|
||||||
recipe : NAME arguments? ':' dependencies? body?
|
recipe : NAME arguments? ':' dependencies? body?
|
||||||
|
Loading…
Reference in New Issue
Block a user