aboutsummaryrefslogtreecommitdiff
path: root/compiler.h
diff options
context:
space:
mode:
authorTom Smeding <tom.smeding@gmail.com>2018-01-03 23:10:59 +0100
committerTom Smeding <tom.smeding@gmail.com>2018-01-03 23:10:59 +0100
commit9911f9a73c7dc46069199e52f2bc54082d10366c (patch)
tree914cd4fc2367207271c1c53c7f11a96ed9bbc9b7 /compiler.h
Initial
Diffstat (limited to 'compiler.h')
-rw-r--r--compiler.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/compiler.h b/compiler.h
new file mode 100644
index 0000000..7465c9e
--- /dev/null
+++ b/compiler.h
@@ -0,0 +1,7 @@
+#pragma once
+
+#include "ir.h"
+#include "node.h"
+
+
+struct ir* compile(struct node *node);