mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-31 19:51:33 +00:00
11 lines
173 B
Text
11 lines
173 B
Text
DSL EXPRESSION:
|
|
$[$y] = 4
|
|
|
|
|
|
AST:
|
|
* statement block
|
|
* assignment "="
|
|
* indirect field value "$[]"
|
|
* direct field value "y"
|
|
* int literal "4"
|
|
|