about summary refs log tree commit diff
path: root/boot/lower.c
AgeCommit message (Expand)Author
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