thue-rs

Crates.iothue-rs
lib.rsthue-rs
version0.1.1
created_at2020-08-25 22:33:03.020206+00
updated_at2020-08-25 23:02:10.338858+00
descriptionA Thue interpreter written in Rust.
homepage
repositoryhttps://github.com/qferbs/thue-rs
max_upload_size
id280760
size8,842
Quinn Ferbers (qferbs)

documentation

README

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
Commit count: 0

cargo fmt