summaryrefslogtreecommitdiff
path: root/read.h
diff options
context:
space:
mode:
Diffstat (limited to 'read.h')
-rw-r--r--read.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/read.h b/read.h
new file mode 100644
index 0000000..80f0261
--- /dev/null
+++ b/read.h
@@ -0,0 +1,9 @@
+#ifndef _read_h
+#define _read_h
+
+#include "parser.h"
+#include "ast.h"
+
+AstNode read();
+
+#endif