35 virtual nbool postprocess(
frame& fr);
50 str run(
const args& a)
override;
54 virtual str _makeEval()
const;
Function call arguments container.
Definition: args.hpp:13
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 all expressions.
Definition: expr.hpp:15
Execution frame for byeol runtime.
Definition: frame.hpp:29
Base class for all managed instances in memlite system.
Definition: instance.hpp:20
Loop execution controller.
Definition: loopExpr.hpp:24
virtual nbool isLooping()=0
Base class for loop expressions.
Definition: loopExpr.hpp:16
str getEval() const override
Strong reference smart pointer with strict type checking.
Definition: tstr.hpp:13