28 typedef std::map<const node*, tstr<scope>> cache;
30 friend struct ::arrIntegTest;
42 const ntype& getType()
const override;
45 scope& subs()
override;
47 ncnt len()
const override;
105 const baseObj& getOrigin()
const override;
107 std::string asStr()
const;
114 scope& _getOriginScope();
117 static inline cache _cache;
Scripted array container for byeol language
Definition arr.hpp:15
nbool del(nidx n) override
nbool add(nidx n, const node &new1) override
Base class for representing byeol objects
Definition baseObj.hpp:73
High-level interpreter for byeol language
Definition interpreter.hpp:35
Script type for byeol objects
Definition mgdType.hpp:18
Base class for all AST nodes in the byeol language
Definition node.hpp:195
represents native c++ type system for byeol language
Definition ntype.hpp:33
Definition tarrayable.hpp:11
C++ native class bridge
Definition tbridge.hpp:19
Template unidirectional container interface
Definition tucontainable.hpp:20
Bidirectional iterator for key-value containers
Definition biter.hpp:10
Definition biteration.hpp:5