about summary refs log tree commit diff
path: root/boot/lower.c
AgeCommit message (Collapse)Author
2026-05-04Lower down structural (inline) type definitions into type objectsMel
Signed-off-by: Mel <mel@rnrd.eu>
2026-05-04Topologically sort types and their dependencies during lowering, report cyclesMel
Signed-off-by: Mel <mel@rnrd.eu>
2026-05-04Complete lowering pass 1, fully collect all top-level declarations and their ↵Mel
dependencies Signed-off-by: Mel <mel@rnrd.eu>
2026-05-03IR lowering pass 1, function declarationsMel
Signed-off-by: Mel <mel@rnrd.eu>
2026-05-03Lowering pass initial driver shellMel
Signed-off-by: Mel <mel@rnrd.eu>