DSL EXPRESSION:
$x =~ "^abc"


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

x=abc,y=def
x=abcd,y=ghi
x=abcde,y=ghi
