summaryrefslogtreecommitdiff
path: root/read.h
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2023-07-12 02:22:10 +0100
committerubq323 <ubq323@ubq323.website>2023-07-12 02:22:10 +0100
commitf9f7b92fdda17efe2dca455d6f641a424a97b2db (patch)
tree03f8bfa66a7b944fe9f908972b6ab2dde8b5297f /read.h
parentd9eb793ad606fd47d17a17af24b78b46f2180f84 (diff)
more code
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