uiua-lang / uiua

A stack-based array programming language
https://www.uiua.org
MIT License
1.62k stars 117 forks source link

Move the pad to it's own crate #579

Closed ekgame closed 1 month ago

ekgame commented 1 month ago

This is a first of hopefully a series of PRs with the final goal to package the editor component as a JS library. As the first step towards that goal - this change decouples and moves the editor component to it's own crate where it can be worked on without interfering with the website.

I don't recommend publishing the editor as it's own crate yet, because I'll likely make more changes to it.