miller/test/cases/dsl-parse/0049/expout
2021-11-11 14:15:13 -05:00

12 lines
228 B
Text

DSL EXPRESSION:
$z = $a["index"]
AST:
* statement block
* assignment "="
* direct field value "z"
* array or map index access "[]"
* direct field value "a"
* string literal "index"