20 const node& getCondition()
const BY_CONST_FUNC(getCondition())
Managed array container for byeol language.
Definition: arr.hpp:14
Block expression containing multiple statements.
Definition: blockExpr.hpp:15
Type information for expression nodes
Definition: expr.hpp:22
Base class for loop expressions.
Definition: loopExpr.hpp:16
Base class for all AST nodes in byeol language.
Definition: node.hpp:30
Strong reference smart pointer with strict type checking.
Definition: tstr.hpp:13
AST verifier for semantic analysis.
Definition: verifier.hpp:20
While loop expression.
Definition: whileExpr.hpp:12