DSL EXPRESSION:
while (false) {}


AST:
* statement block
    * while loop "while"
        * bool literal "false"
        * statement block

