From 47d38fb5ac183180edd297830261cedd8afee2d3 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 25 Aug 2025 01:03:31 -0400 Subject: Split out binops --- src/parse/text.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/parse/text.h') diff --git a/src/parse/text.h b/src/parse/text.h index cd07e0e1..6ab3cab2 100644 --- a/src/parse/text.h +++ b/src/parse/text.h @@ -6,3 +6,4 @@ ast_t *parse_text(parse_ctx_t *ctx, const char *pos); ast_t *parse_inline_c(parse_ctx_t *ctx, const char *pos); +ast_t *parse_path(parse_ctx_t *ctx, const char *pos); -- cgit v1.2.3