DSL EXPRESSION:
$x =~ "^bcd"i


AST:
"block" [tt:block] [nt:StatementBlock]
    "=~" [tt:op_eqtilde] [nt:BareBoolean]
        "=~" [tt:op_eqtilde] [nt:Operator]
            "$x" [tt:field_name] [nt:DirectFieldValue]
            ""^bcd"" [tt:string_literal] [nt:RegexCaseInsensitive]
                ""^bcd"" [tt:string_literal] [nt:string_literal]

