summaryrefslogtreecommitdiff
path: root/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'parse.h')
-rw-r--r--parse.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/parse.h b/parse.h
new file mode 100644
index 0000000..044657b
--- /dev/null
+++ b/parse.h
@@ -0,0 +1,7 @@
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+
+#include "types.h"
+
+ast genast(lexobj lexes[4096], int *lexcount);