From 74ffd7a95c0894a96ab984e2c4d2cd9c75539af0 Mon Sep 17 00:00:00 2001 From: Mel Date: Sun, 3 May 2026 19:54:15 +0200 Subject: IR visit system and pretty printer Signed-off-by: Mel --- boot/catboot.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'boot/catboot.h') 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" -- cgit 1.4.1