Crates.io | thue-rs |
lib.rs | thue-rs |
version | 0.1.1 |
source | src |
created_at | 2020-08-25 22:33:03.020206 |
updated_at | 2020-08-25 23:02:10.338858 |
description | A Thue interpreter written in Rust. |
homepage | |
repository | https://github.com/qferbs/thue-rs |
max_upload_size | |
id | 280760 |
size | 8,842 |
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