Skip to content

lynn/golfscript-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

golfscript-rs

This is a 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.

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

About

GolfScript interpreter in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages