diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-03-21 02:27:43 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-03-21 02:27:43 -0400 |
| commit | 7c8338aedb68503f056ff5dc0b4d71b77dfae20c (patch) | |
| tree | e7e89f7fa65a19db720e707a2758cf7310972261 /tomo.h | |
| parent | 9c9eff753f22d774b055d296e6de7dfd1b46272e (diff) | |
Lazy compilation
Diffstat (limited to 'tomo.h')
| -rw-r--r-- | tomo.h | 10 |
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 |
