|
|
|
|
|
by goldenCeasar
216 days ago
|
|
I’m building a typed, array-oriented dataflow compiler that takes small declarative schemas and emits plain Ruby and JavaScript, with a C path. It has a mid-end with inlining, common subexpression elimination, constant folding, dead code elimination, loop fusion, and LICM. Demo to try it out:
https://kumi-play-web.fly.dev/ GitHub:
https://github.com/amuta/kumi |
|