summaryrefslogtreecommitdiff
path: root/transpiler/replacer.h
diff options
context:
space:
mode:
authorMatthew Kosarek <mattkae@protonmail.com>2021-06-21 20:05:08 -0400
committerMatthew Kosarek <mattkae@protonmail.com>2021-06-21 20:05:08 -0400
commita36f425491aaf019243a31179e80cb10ea62db59 (patch)
treef0c2e4677011b6595a51b628326bc2595bd08681 /transpiler/replacer.h
parent454fa3628bd35a37b7ed147a081f8f25590b3232 (diff)
(mkosarek) Transpiling code snippets in a shotty way, but it is good enough
Diffstat (limited to 'transpiler/replacer.h')
-rw-r--r--transpiler/replacer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/transpiler/replacer.h b/transpiler/replacer.h
new file mode 100644
index 0000000..f795bca
--- /dev/null
+++ b/transpiler/replacer.h
@@ -0,0 +1,3 @@
+#include <string>
+
+std::string insertCodeSnippets(char* workingDirectory, char* bodyContent);