10 template <
typename T,
typename TACTIC>
class tnarr;
51 scope& subs()
override;
53 using super::prioritize;
65 const params& getParams()
const BY_CONST_FUNC(getParams());
Function or object evaluation arguments
Definition args.hpp:22
Base class for all function types
Definition baseFunc.hpp:41
virtual params & getParams()
Base class for representing byeol objects
Definition baseObj.hpp:73
Access modifier for type members
Definition modifier.hpp:13
Base class for all AST nodes in the byeol language
Definition node.hpp:195
Function parameter
Definition param.hpp:14
Function parameter list container
Definition params.hpp:16
Source location information
Definition src.hpp:15
Strong reference smart pointer with strict type checking
Definition tstr.hpp:14
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
priorType
Definition tpriorities.hpp:10