From 7c8338aedb68503f056ff5dc0b4d71b77dfae20c Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 21 Mar 2024 02:27:43 -0400 Subject: Lazy compilation --- tomo.h | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 tomo.h (limited to 'tomo.h') 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 - -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 -- cgit v1.2.3