23 const node& getMe()
const;
24 const node& getTo()
const;
25 void setTo(
const node& new1);
Function or object evaluation arguments
Definition args.hpp:22
Type information for expression nodes
Definition expr.hpp:45
Base class for all expressions
Definition expr.hpp:36
ntype checking expression
Definition isExpr.hpp:12
str infer() const override
Base class for all AST nodes in the byeol language
Definition node.hpp:195
Weak reference smart pointer with type-safe access
Definition tweak.hpp:16
#define BY_SIDE_FUNC(...)
Side function macros for safe pointer operations
Definition sideFunc.hpp:24