diff options
| author | Mel <mel@rnrd.eu> | 2025-07-23 03:52:50 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2025-07-23 03:56:24 +0200 |
| commit | 3a4e9a21361ac930f17fe18687f4a1bce6a5863b (patch) | |
| tree | 69c5f7319197334daa5e18482a555c4e5d592b4c /boot/parse.c | |
| parent | b0acce3b858715a04fba154a23c6ea5fac083a74 (diff) | |
| download | catskill-3a4e9a21361ac930f17fe18687f4a1bce6a5863b.tar.zst catskill-3a4e9a21361ac930f17fe18687f4a1bce6a5863b.zip | |
Add rudimentary catskill-to-C transpiler (yay!)
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'boot/parse.c')
| -rw-r--r-- | boot/parse.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/boot/parse.c b/boot/parse.c index 091a6f7..481fa90 100644 --- a/boot/parse.c +++ b/boot/parse.c @@ -1646,3 +1646,5 @@ parser_do_your_thing(struct Parser* p, struct Tree* tree) #undef CHECK #undef CHECK_RETURN +#undef CONTEXT_START +#undef CONTEXT_END |
