NAME
Zuzu::AST::Stmt::While - AST node for while statements
DESCRIPTION
Represents one statement form in the abstract syntax tree and delegates execution to Zuzu::Runtime.
INHERITANCE
Inherits from Moo::Object.
ROLES
Consumes Zuzu::AST::Role::Node.
ATTRIBUTES
cond
Type: ConsumerOf["Zuzu::AST::Role::Node"].
Condition expression controlling branch/loop flow.
body
Type: InstanceOf["Zuzu::AST::Block"].
Function or loop block executed by the node/value.
METHODS
evaluate
Dispatches this AST node to the matching runtime evaluator.
SEE ALSO
Zuzu::AST::Role::Node.
Subclasses: none in this distribution.
COPYRIGHT AND LICENCE
Zuzu::AST::Stmt::While is copyright Toby Inkster.
It is free software; you may redistribute it and/or modify it under the terms of either the Artistic License 1.0 or the GNU General Public License version 2.