DSL EXPRESSION:
$y //= $x


AST:
"block" [tt:block] [nt:StatementBlock]
    "//=" [tt:op_slash_slash_equals] [nt:CompoundAssignment]
        "$y" [tt:field_name] [nt:DirectFieldValue]
        "//=" [tt:op_slash_slash_equals] [nt:op_slash_slash_equals]
        "$x" [tt:field_name] [nt:DirectFieldValue]

