27 static typeAttr checkTypeAttr(
const std::string& name);
28 static typeAttr checkTypeAttr(
const std::string* it)
BY_SIDE_FUNC(checkTypeAttr);
29 static std::string getEvalTypeFrom(
const node&
n);
30 static std::string getEvalTypeFrom(
const node* it)
BY_SIDE_FUNC(getEvalTypeFrom);
31 static std::string joinVectorString(
const std::vector<std::string>&
container);
35 static constexpr const nchar* FILE_EXTENSION =
"byeol";
36 static inline const std::string FILE_REGEX =
37 std::string(
"[^\\@\\#\\$\\%\\[\\]\\+\\\\\\|\\<\\>\\=\\!\\^\\&\\*\\(\\)\\{\\}\\n\\s]+\\.") +