mirror of
https://github.com/johnkerl/miller.git
synced 2026-08-02 04:22:59 +00:00
12 lines
228 B
Text
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"
|
|
|