41 const me& setMe(
const node* me)
const BY_SIDE_FUNC(me, setMe(*me), *
this);
58 tmay<me> evalAll(
const params* it)
const BY_SIDE_FUNC(evalAll);
Function or object evaluation arguments.
Definition args.hpp:22
const me & setMe(const node &me) const
Sets the "me" object (context) for these arguments.
tmay< me > evalAll(const params &ps) const
Evaluates all arguments against a given set of parameters.
std::string toStr() const
Base class for representing byeol objects.
Definition baseObj.hpp:73
Base class for all AST nodes in the byeol language.
Definition node.hpp:195
Function parameter list container.
Definition params.hpp:16