15 const ntype& getType()
const override;
17 const baseObj& getOrigin()
const override;
20 str run(
const args& a)
override;
Function call arguments container.
Definition: args.hpp:13
Base class for all function types.
Definition: baseFunc.hpp:18
Base class for all objects in byeol language.
Definition: baseObj.hpp:24
Native type system for byeol language.
Definition: ntype.hpp:19