DSL EXPRESSION:
$ENV["FOO"] = "bar"


AST:
"block" [tt:block] [nt:StatementBlock]
    "=" [tt:equals] [nt:Assignment]
        "[]" [tt:[]] [nt:ArrayOrMapIndexAccess]
            "$ENV" [tt:field_name] [nt:DirectFieldValue]
            ""FOO"" [tt:string_literal] [nt:string_literal]
        ""bar"" [tt:string_literal] [nt:string_literal]

