Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 494 Bytes

File metadata and controls

14 lines (8 loc) · 494 Bytes

Node-Based Compiler

This project was inspired by Kronark.

My hope is that I can make enough simple primitives to create executable binaries and self-host the editor interface.

Right now I'm just testing out ideas. Very much a work in progress.

Showing off the node compiler

Known issues

  • Sometimes the nodes are auto-arranged from top-to-bottom differently than the order the wires connect.
  • No ability to copy and paste nodes.