Remove transpile() from the misc.hpp header
This commit is contained in:
parent
1bfb4cb54b
commit
3265e5f374
@ -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
|
Loading…
Reference in New Issue
Block a user