diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-25 01:03:31 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-25 01:03:31 -0400 |
| commit | 47d38fb5ac183180edd297830261cedd8afee2d3 (patch) | |
| tree | 2ad93b15686a9c7d94e163d9a5f46350374f4571 /src/parse/text.h | |
| parent | 3cf0d5f0bee3787a3d46126d5c0e1310e35a7cb9 (diff) | |
Split out binops
Diffstat (limited to 'src/parse/text.h')
| -rw-r--r-- | src/parse/text.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |
