summaryrefslogtreecommitdiff
path: root/qbe.h
diff options
context:
space:
mode:
authorthing1 <thing1@seacrossedlovers.xyz>2025-02-18 22:00:20 +0000
committerthing1 <thing1@seacrossedlovers.xyz>2025-02-18 22:00:20 +0000
commitecfbc703dc930a20d56562451f4aa807175503e2 (patch)
tree7c1dd2742363625f59e4d9f7ba62a8d9594cd463 /qbe.h
init commitHEADmaster
Diffstat (limited to 'qbe.h')
-rw-r--r--qbe.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/qbe.h b/qbe.h
new file mode 100644
index 0000000..28f71bc
--- /dev/null
+++ b/qbe.h
@@ -0,0 +1,6 @@
+#include <stdio.h>
+
+void compileexpr(FILE *f, exp *e);
+void compilefunc(FILE *file, function *f);
+void compile(FILE *file, function *f[], int count);
+