summaryrefslogtreecommitdiff
path: root/read.h
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-06-26 12:09:30 +0100
committerubq323 <ubq323@ubq323.website>2024-06-26 12:10:33 +0100
commita2525f2fc3f41c792065e61079e8e7126210529e (patch)
treed8e4b1d5c58c0b504a7962023a78a9d2b7a83e30 /read.h
parent7854c6d1c129f1979434514f4716d89752608288 (diff)
parse multiple expressions
Diffstat (limited to 'read.h')
-rw-r--r--read.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/read.h b/read.h
deleted file mode 100644
index b47edb0..0000000
--- a/read.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef _read_h
-#define _read_h
-
-#include "prs.h"
-#include "ast.h"
-
-AstNode read();
-
-#endif