teko

Crates.ioteko
lib.rsteko
version0.1.9
sourcesrc
created_at2017-06-24 15:40:23.812712
updated_at2017-07-02 21:52:03.593269
descriptionThe Teko programming language implementation in Rust
homepage
repositoryhttps://github.com/BourgondAries/teko
max_upload_size
id20465
size339,769
(kstrafe)

documentation

README

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-rs.

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.

Commit count: 198

cargo fmt