19 str run(
const args& a)
override;
22 const node& getMe()
const;
23 const node& getTo()
const;
24 void setTo(
const node& new1);
25 void setTo(
const node* it) BY_SIDE_FUNC(setTo);
Function call arguments container.
Definition: args.hpp:13
Type information for expression nodes
Definition: expr.hpp:22
Base class for all expressions.
Definition: expr.hpp:15
ntype checking expression
Definition: isExpr.hpp:11
str getEval() const override
Base class for all AST nodes in byeol language.
Definition: node.hpp:30