mirror of
https://github.com/IRBorisov/ConceptCore.git
synced 2025-11-20 17:21:28 +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
|