about summary refs log tree commit diff
path: root/boot/tests/lower
AgeCommit message (Collapse)Author
2026-05-28Add tests for function value passing and capturing closure behaviorMel
Signed-off-by: Mel <mel@rnrd.eu>
2026-05-28Split endless and while loops into `loop` and `while`Mel
Signed-off-by: Mel <mel@rnrd.eu>
2026-05-24Emit IR/C increment/decrement in expression positionMel
Signed-off-by: Mel <mel@rnrd.eu>
2026-05-24Make diagnostics generic over passes, condensing different error handlingMel
Signed-off-by: Mel <mel@rnrd.eu>
2026-05-06Lowering pass test harness, and initial pass test suiteMel
Signed-off-by: Mel <mel@rnrd.eu>