maiden icon indicating copy to clipboard operation
maiden copied to clipboard

Rockstar interpreter in Rust

Results 3 maiden issues
Sort by recently updated
recently updated
newest added

This is mostly blocked because of `panic=abort` being the current state of things (see https://github.com/rustwasm/book/issues/76), so the unwind handlers don't work fully.

It's not in the spec but it would make my job easier orchestrating scripts without having to wrap them around a maiden call. Example usage after implemented shebang: `test.rock:` ```rock...

Currently disabled in `build.rs`, and blocked by https://github.com/RockstarLang/rockstar/issues/168