1 unstable release

0.1.0-alpha.0 Jun 24, 2024

#204 in Programming languages

MIT license

7KB
50 lines

🌳 terebinth

Stargazers Crates.io Version Issues Contributors
Documentation Maintained

 

💭 About

📕 Documentation

The documentation for the latest version of the terebinth interpreter can be found here. All previously published versions can be found on crates.io, and each version's respective documentation is accessible from there as well.

🔰 Getting Started

Installation

The terebinth interpreter can be installed using cargo:

cargo install terebinth

or it can be built from source:

git clone git@github.com:October-Studios/terebinth.git
cd terebinth
cargo build --release

Copyright © 2024-present Cameron Howell

Dependencies

~87KB