Crates.io | terebinth |
lib.rs | terebinth |
version | 0.1.0-alpha.0 |
source | src |
created_at | 2024-06-24 05:00:15.830716 |
updated_at | 2024-06-24 05:00:15.830716 |
description | An interpreted programming language |
homepage | |
repository | https://github.com/October-Studios/terebinth |
max_upload_size | |
id | 1281861 |
size | 15,641 |
Â
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.
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