The Teko Programming Language Implementation in Rust
This library implements the virtual machine that runs Teko. If you're looking for the command line interface please refer to teko.
Documentation
Make documentation by running cargo doc --open.
Building
You need cargo which can be downloaded from rustup.
cargo build --release
should be sufficient to build the library.