diff options
| author | Mel <mel@rnrd.eu> | 2026-05-03 19:54:15 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2026-05-03 19:54:15 +0200 |
| commit | 74ffd7a95c0894a96ab984e2c4d2cd9c75539af0 (patch) | |
| tree | ef8db3b3432dc1203b12079247c982892c7d21d1 /boot/catboot.h | |
| parent | 5211970448a05205b67d7604ad5e4e3925e4ddef (diff) | |
| download | catskill-74ffd7a95c0894a96ab984e2c4d2cd9c75539af0.tar.zst catskill-74ffd7a95c0894a96ab984e2c4d2cd9c75539af0.zip | |
IR visit system and pretty printer
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'boot/catboot.h')
| -rw-r--r-- | boot/catboot.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/boot/catboot.h b/boot/catboot.h index e5ffe5e..71c2366 100644 --- a/boot/catboot.h +++ b/boot/catboot.h @@ -17,7 +17,9 @@ #include "lex.c" #include "tree.c" #include "parse.c" +#include "visit/visit.c" #include "visit/tree.c" #include "ir.c" +#include "visit/ir.c" #include "transpile.c" #include "build.c" |
