21 typedef scope::iter
iter;
30 const node& getLeft()
const;
31 const node& getRight()
const;
32 void onCloneDeep(
const clonable& from)
override;
35 iter _getScopeIterOfLhs();
Function or object evaluation arguments
Definition args.hpp:22
Assignment expression
Definition assignExpr.hpp:19
str infer() const override
Type information for expression nodes
Definition expr.hpp:45
Base class for all expressions
Definition expr.hpp:36
Base class for all AST nodes in the byeol language
Definition node.hpp:195
Bidirectional iterator for key-value containers
Definition biter.hpp:10