about summary refs log tree commit diff
path: root/boot/lower.c
AgeCommit message (Expand)Author
2026-05-24Support named-unnamed call and construction arguments and fields with final r...Mel
2026-05-24Emit c-header pragmas as includesMel
2026-05-24Make diagnostics generic over passes, condensing different error handlingMel
2026-05-19Break up large IR lowering functions into sub-functions to clean upMel
2026-05-19Simplify statement synthesis boilerplateMel
2026-05-19Add IR constructorsMel
2026-05-04Lift out any function closures in lowering pass 2Mel
2026-05-04Lower all styles of source loopsMel
2026-05-04Lower source compound assigns and inc/dec statementsMel
2026-05-04Lower source if + while + endless statementsMel
2026-05-04Lowering pass lexical scope trackingMel
2026-05-04Lower source expressions into simple IRMel
2026-05-04Initial lowering pass 2 implementation, create shells for source expressions ...Mel
2026-05-04Lower down structural (inline) type definitions into type objectsMel
2026-05-04Topologically sort types and their dependencies during lowering, report cyclesMel
2026-05-04Complete lowering pass 1, fully collect all top-level declarations and their ...Mel
2026-05-03IR lowering pass 1, function declarationsMel
2026-05-03Lowering pass initial driver shellMel