about summary refs log tree commit diff
path: root/boot/catboot.h
AgeCommit message (Collapse)Author
2026-05-03Lowering pass initial driver shellMel
Signed-off-by: Mel <mel@rnrd.eu>
2026-05-03IR visit system and pretty printerMel
Signed-off-by: Mel <mel@rnrd.eu>
2026-05-03Intermediate representation taxonomyMel
Signed-off-by: Mel <mel@rnrd.eu>
2026-05-03Move tree visit definitions in visit.c to visit/tree.c for future consistencyMel
Signed-off-by: Mel <mel@rnrd.eu>
2026-01-22LLVM clang compiler backendMel
Signed-off-by: Mel <mel@rnrd.eu>
2025-07-23Add rudimentary catskill-to-C transpiler (yay!)Mel
Signed-off-by: Mel <mel@rnrd.eu>
2025-06-30Factor out translation unit includes to seperate headerMel
This allows both the usual build compiler and an LSP server like `clangd` to correctly locate symbols throughout every subunit. Signed-off-by: Mel <mel@rnrd.eu>