about summary refs log tree commit diff
path: root/boot/catboot.h
AgeCommit message (Collapse)Author
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>