aboutsummaryrefslogtreecommitdiff
path: root/tomo.h
diff options
context:
space:
mode:
Diffstat (limited to 'tomo.h')
-rw-r--r--tomo.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/tomo.h b/tomo.h
deleted file mode 100644
index c96c25a0..00000000
--- a/tomo.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#pragma once
-// Compiler interface
-
-#include <stdbool.h>
-
-int transpile(const char *filename, bool force_retranspile);
-int compile_object_file(const char *filename, bool force_recompile);
-int run_program(const char *filename);
-
-// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0