summaryrefslogtreecommitdiff
path: root/read.h
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-08-04 13:05:47 +0100
committerubq323 <ubq323@ubq323.website>2024-08-04 13:05:47 +0100
commit000e8ca43f4968412ed5c8fc514bb6caa3e5c450 (patch)
treee82eddb3cb54f75f8468e9a80a17e8b14857aa45 /read.h
parent1f257ac91ef3813c563203eacb5320b210fc1aa7 (diff)
new reader
Diffstat (limited to 'read.h')
-rw-r--r--read.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/read.h b/read.h
new file mode 100644
index 0000000..d4c54a2
--- /dev/null
+++ b/read.h
@@ -0,0 +1,8 @@
+#ifndef _read_h
+#define _read_h
+
+#include "state.h"
+#include "val.h"
+Val read_expr(State *S, char *str);
+
+#endif