37 const arr& getOrigin()
const;
Function or object evaluation arguments
Definition args.hpp:22
Scripted array container for byeol language
Definition arr.hpp:15
Base class for representing byeol objects
Definition baseObj.hpp:73
Definition coreInternal.hpp:39
Array literal expression
Definition defArrayExpr.hpp:18
str infer() const override
const baseObj * getArrayType() const
Gets the type of the array elements after type promotion.
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