#interpreter #esoteric #thue

app thue-rs

A Thue interpreter written in Rust

2 releases

0.1.1 Aug 25, 2020
0.1.0 Aug 25, 2020

#25 in #esoteric

MIT/Apache

7KB
145 lines

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

Dependencies

~520KB