teko 0.1.3

The Teko programming language implementation in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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](https://github.com/BourgondAries/teko-rs).

# Documentation #

Make documentation by running `cargo doc --open`.

# Building #

You need `cargo` which can be downloaded from [rustup](https://rustup.rs/).

	cargo build --release

should be sufficient to build the library.