24 static typeAttr checkTypeAttr(
const std::string& name);
25 static typeAttr checkTypeAttr(
const std::string* it) BY_SIDE_FUNC(checkTypeAttr);
26 static std::string getEvalTypeFrom(
const node& n);
27 static std::string getEvalTypeFrom(
const node* it) BY_SIDE_FUNC(getEvalTypeFrom);
Base class for all AST nodes in byeol language.
Definition: node.hpp:30
Core utility functions.
Definition: util.hpp:20