about summary refs log tree commit diff
path: root/boot/ir.c
AgeCommit message (Expand)Author
2026-05-30Define name resolution behavior, clean-up langauge object resolutionMel
2026-05-26Support multi-level closure capturesMel
2026-05-26Locate and pass through captured locals to stateful closuresMel
2026-05-26Lambda function emission, thin/fat calling conventions for (future) closed-ov...Mel
2026-05-24Emit IR/C increment/decrement in expression positionMel
2026-05-24Support named-unnamed call and construction arguments and fields with final r...Mel
2026-05-24Make diagnostics generic over passes, condensing different error handlingMel
2026-05-19Add IR constructorsMel
2026-05-03Intermediate representation taxonomyMel