Skip to content
/ thue-rs Public

A Thue interpreter written in Rust.

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.MIT
Notifications You must be signed in to change notification settings

qferbs/thue-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

thue-rs

crates.io

An interpreter for the esoteric language Thue 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

Installation can be done easily through cargo:

cargo install thue-rs

License

This work is dual-licensed under MIT and Apache 2.0. You can choose between one of them if you use this work.

SPDX-License-Identifier: MIT OR Apache-2.0

About

A Thue interpreter written in Rust.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages