aboutsummaryrefslogtreecommitdiff
path: root/src/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse.h')
-rw-r--r--src/parse.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parse.h b/src/parse.h
index 95b2ff95..4de2565b 100644
--- a/src/parse.h
+++ b/src/parse.h
@@ -9,5 +9,6 @@
type_ast_t *parse_type_str(const char *str);
ast_t *parse_file(const char *path, jmp_buf *on_err);
ast_t *parse(const char *str);
+ast_t *parse_expression(const char *str);
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0