diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-18 00:42:33 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-18 00:42:33 -0400 |
| commit | 8e3c871f27bdf0fbc6ca347efc6d38bb81287115 (patch) | |
| tree | c8f3d9f58f3d891528b40faf03def479ec321978 /parse.c | |
| parent | 4e670c8bca3e1b7db6b0258a6e4b5734a834ad84 (diff) | |
Code cleanup
Diffstat (limited to 'parse.c')
| -rw-r--r-- | parse.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -32,10 +32,6 @@ typedef struct { int64_t next_lambda_id; } parse_ctx_t; -typedef ast_t* (parser_t)(parse_ctx_t*,const char*); - -extern void builtin_fail(const char *fmt, ...); - #define SPACES_PER_INDENT 4 #define PARSER(name) ast_t *name(parse_ctx_t *ctx, const char *pos) |
