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