diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-04-01 16:55:24 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-04-01 16:55:24 -0400 |
| commit | 6de2d68a700a137bbe55668e036c62280ece8bb5 (patch) | |
| tree | eb1e3cee37cd9b2f1458b9ceff0141bfbd7a91a9 /src/parse.h | |
| parent | a32c3747568562251d6c390faf325bf3ed3946e6 (diff) | |
Moved RNG out of the compiler and into a standalone library
Diffstat (limited to 'src/parse.h')
| -rw-r--r-- | src/parse.h | 1 |
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 |
