index
:
catskill
this commit
main
a c preprocessor with delusions of grandeur.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
boot
/
transpile.c
Age
Commit message (
Expand
)
Author
2026-05-24
Power operator via runtime library implementation
Mel
2026-05-24
Emit IR/C increment/decrement in expression position
Mel
2026-05-24
Support named-unnamed call and construction arguments and fields with final r...
Mel
2026-05-19
Add IR constructors
Mel
2026-05-05
Emit transpiled function bodies, blocks, statements, expressions, etc.
Mel
2026-05-05
Output transpiled function signatures and definitions
Mel
2026-05-05
Type transpilation passes 1 & 2
Mel
2026-05-04
Initial structure for transpiler IR translation unit process
Mel
2026-05-04
Remove previous source tree-based transpiler, wire in lowering pass
Mel
2026-05-03
Rename tree nodes to add consistent prefix, de-node, clean-up names
Mel
2026-01-25
Allow different transpile pass output types
Mel
2026-01-22
LLVM clang compiler backend
Mel
2025-12-28
Expand bootstrap common library with generic Array and more String utility fu...
Mel
2025-08-05
Add runtime library for catskill transpiled artifacts, wrapping main function...
Mel
2025-08-05
Add core library for catskill transpiled source, output defined types in tran...
Mel
2025-07-23
Add rudimentary catskill-to-C transpiler (yay!)
Mel