Skip to content

Commit f020a32

Browse files
committed
allow full expr in hint_value
1 parent 576204e commit f020a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WDL/_grammar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
hints_section: hints_object
9696
hints_object: "hints" "{" [hint_kv (","? hint_kv)*] ","? "}"
9797
hint_kv: CNAME ":" hint_value
98-
?hint_value: literal | string_literal | hints_object | io_hint
98+
?hint_value: expr | hints_object | io_hint
9999
io_hint: ("input" | "output") "{" [io_hint_kv ("," io_hint_kv)*] ","? "}"
100100
io_hint_kv: CNAME ("." CNAME)* ":" hint_value
101101

0 commit comments

Comments
 (0)