DSL EXPRESSION:
$x = "abc"


AST:
* statement block
    * assignment "="
        * direct field value "x"
        * string literal "abc"

