2 releases
0.1.1 | Aug 25, 2020 |
---|---|
0.1.0 | Aug 25, 2020 |
#31 in #esoteric
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
~1.4–2MB
~37K SLoC