ConceptCore/coredll/header/wrapRSLang.h

9 lines
197 B
C
Raw Normal View History

2024-04-15 22:16:14 +03:00
#pragma once
namespace core {
std::string ToASCII(const std::string& input);
std::string ToMath(const std::string& input);
std::string GetASTString(const std::string& input);
} // namespace core