start with c codegen
[ccc.git] / gen.h
diff --git a/gen.h b/gen.h
deleted file mode 100644 (file)
index ca695a4..0000000
--- a/gen.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef GEN_H
-#define GEN_H
-
-#include <stdbool.h>
-
-#include "ast.h"
-
-bool gen(struct ast *res);
-
-#endif