summaryrefslogtreecommitdiff
path: root/read.h
diff options
context:
space:
mode:
Diffstat (limited to 'read.h')
-rw-r--r--read.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/read.h b/read.h
index d4c54a2..2da946f 100644
--- a/read.h
+++ b/read.h
@@ -4,5 +4,6 @@
#include "state.h"
#include "val.h"
Val read_expr(State *S, char *str);
+ObjArr *read_exprs(State *S, char *str);
#endif