26 const me& setMe(
const node* me)
const BY_SIDE_FUNC(me, setMe(*me), *
this);
Function call arguments container.
Definition: args.hpp:13
const me & setMe(const node &me) const
std::string toStr() const
Base class for all objects in byeol language.
Definition: baseObj.hpp:24
Base class for all AST nodes in byeol language.
Definition: node.hpp:30
Function parameter list container.
Definition: params.hpp:15
Optional value wrapper with byeol-style interface.
Definition: tmay.hpp:18