27 template <
typename T>
static auto make(
const params&
ps,
const node*
ret) {
31 template <
typename T>
static auto make(
const std::string&
typeName) {
Base class for all function types.
Definition baseFunc.hpp:41
script type for function objects in byeol language.
Definition funcType.hpp:11
Script type for byeol objects.
Definition mgdType.hpp:18
Base class for all AST nodes in the byeol language.
Definition node.hpp:195
Function parameter list container.
Definition params.hpp:16
Factory for creating script types.
Definition typeMaker.hpp:12