mirror of
https://github.com/IRBorisov/ConceptCore.git
synced 2025-06-26 17:20:37 +03:00
9 lines
197 B
C++
9 lines
197 B
C++
#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
|