life
life copied to clipboard
Bootstrapping parser.
Adding Rust code to the project doesn't seem like a good direction. Any chance of not doing that? :smile:
Bearing in mind the recent commit af009cfc962b43f9ddcf788bb545c6e0b908bceb already added some initial Rust. :frowning:
These Rust code is not natively compiled; It targets WebAssembly and runs in Life in a "bootstrapping" way.
Ahhh. So it's just temporary code, and the end goal is to have the same thing working, but written in Go?
The final form will be Life IR embedded in Go.