about summary refs log tree commit diff
path: root/boot/transpile.c
AgeCommit message (Expand)Author
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-19Add IR constructorsMel
2026-05-05Emit transpiled function bodies, blocks, statements, expressions, etc.Mel
2026-05-05Output transpiled function signatures and definitionsMel
2026-05-05Type transpilation passes 1 & 2Mel
2026-05-04Initial structure for transpiler IR translation unit processMel
2026-05-04Remove previous source tree-based transpiler, wire in lowering passMel
2026-05-03Rename tree nodes to add consistent prefix, de-node, clean-up namesMel
2026-01-25Allow different transpile pass output typesMel
2026-01-22LLVM clang compiler backendMel
2025-12-28Expand bootstrap common library with generic Array and more String utility fu...Mel
2025-08-05Add runtime library for catskill transpiled artifacts, wrapping main function...Mel
2025-08-05Add core library for catskill transpiled source, output defined types in tran...Mel
2025-07-23Add rudimentary catskill-to-C transpiler (yay!)Mel