We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 576204e commit f020a32Copy full SHA for f020a32
WDL/_grammar.py
@@ -95,7 +95,7 @@
95
hints_section: hints_object
96
hints_object: "hints" "{" [hint_kv (","? hint_kv)*] ","? "}"
97
hint_kv: CNAME ":" hint_value
98
-?hint_value: literal | string_literal | hints_object | io_hint
+?hint_value: expr | hints_object | io_hint
99
io_hint: ("input" | "output") "{" [io_hint_kv ("," io_hint_kv)*] ","? "}"
100
io_hint_kv: CNAME ("." CNAME)* ":" hint_value
101
0 commit comments