DSL EXPRESSION:
$x =~ "^bcd"


AST:
* statement block
    * bare boolean
        * operator "=~"
            * direct field value "x"
            * string literal "^bcd"

