DSL EXPRESSION:
true && false


AST:
* statement block
    * bare boolean
        * operator "&&"
            * bool literal "true"
            * bool literal "false"

