terebinth

Crates.ioterebinth
lib.rsterebinth
version0.1.0-alpha.0
sourcesrc
created_at2024-06-24 05:00:15.830716
updated_at2024-06-24 05:00:15.830716
descriptionAn interpreted programming language
homepage
repositoryhttps://github.com/October-Studios/terebinth
max_upload_size
id1281861
size15,641
Cameron (crhowell3)

documentation

README

🌳 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

Commit count: 2

cargo fmt