Remove transpile() from the misc.hpp header

This commit is contained in:
Username404 2021-07-10 11:05:14 +02:00
parent 1bfb4cb54b
commit 3265e5f374
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1

View File

@ -7,7 +7,4 @@ void outputFileContent(const string& file, string_view content);
#include "src/headers/parsing/ParseComponents.hpp" #include "src/headers/parsing/ParseComponents.hpp"
ParseTree parseString(const string& toParse); ParseTree parseString(const string& toParse);
#include <string_view>
string transpile(const ParseTree& tree, const string_view& language);
#endif //YERBACON_MISC_HPP #endif //YERBACON_MISC_HPP