aboutsummaryrefslogtreecommitdiff
path: root/src/codegen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/codegen.h')
-rw-r--r--src/codegen.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/codegen.h b/src/codegen.h
new file mode 100644
index 0000000..79f3ad7
--- /dev/null
+++ b/src/codegen.h
@@ -0,0 +1,9 @@
+#ifndef ORYX_CODEGEN_H
+#define ORYX_CODEGEN_H
+
+#include "lexer.h"
+#include "parser.h"
+
+void codegen(struct ast_soa ast, struct lexemes_soa toks);
+
+#endif /* !ORYX_CODEGEN_H */