An open API service indexing awesome lists of open source software.

https://github.com/lynn/golfscript-rs

GolfScript interpreter in Rust
https://github.com/lynn/golfscript-rs

Last synced: 2 months ago
JSON representation

GolfScript interpreter in Rust

Awesome Lists containing this project

README

        

# golfscript-rs

This is a [GolfScript](http://www.golfscript.com/golfscript/) interpreter in Rust (WIP).

It's about 20× faster than the Ruby interpreter, and currently compatible with about 97% of the GolfScript solutions on [anarchy golf](http://golf.shinh.org/).

Try `cargo run -- --code code --input input`, e.g. `cargo run -- --code '~]{+}*' --input '1 2 3 4'`