From 6de2d68a700a137bbe55668e036c62280ece8bb5 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 1 Apr 2025 16:55:24 -0400 Subject: Moved RNG out of the compiler and into a standalone library --- src/parse.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/parse.h') 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 -- cgit v1.2.3