diff --git a/src/headers/misc.hpp b/src/headers/misc.hpp index ad270f2..a380eb7 100644 --- a/src/headers/misc.hpp +++ b/src/headers/misc.hpp @@ -7,7 +7,4 @@ void outputFileContent(const string& file, string_view content); #include "src/headers/parsing/ParseComponents.hpp" ParseTree parseString(const string& toParse); -#include -string transpile(const ParseTree& tree, const string_view& language); - #endif //YERBACON_MISC_HPP \ No newline at end of file