thue-rs

A Thue interpreter written in Rust. To run your Thue programs, simply provide the file as an argument: thue-rs hello-world.t Input is done interactively by default, and can also be piped in: echo "10" | thue-rs factorial.t