Crates.io | teko |
lib.rs | teko |
version | 0.1.9 |
source | src |
created_at | 2017-06-24 15:40:23.812712 |
updated_at | 2017-07-02 21:52:03.593269 |
description | The Teko programming language implementation in Rust |
homepage | |
repository | https://github.com/BourgondAries/teko |
max_upload_size | |
id | 20465 |
size | 339,769 |
This library implements the virtual machine that runs Teko. If you're looking for the command line interface please refer to teko-rs.
Make documentation by running cargo doc --open
.
You need cargo
which can be downloaded from rustup.
cargo build --release
should be sufficient to build the library.