Scripted array container for byeol language
Definition arr.hpp:15
Block expression
Definition blockExpr.hpp:24
Type information for expression nodes
Definition expr.hpp:45
Base class for loop expressions
Definition loopExpr.hpp:17
Base class for all AST nodes in the byeol language
Definition node.hpp:195
While loop expression
Definition whileExpr.hpp:13
tstr< loop > _makeLoop(arr *ret) const override
Protected pure virtual method to create the loop controller.