Tego

Free monoids to your hearts content

Download Instructions

Cargo

In order to download and install Tego, you need to have cargo installed. cargo is the package manager and build system for the Rust programming language, the language in which Tego is coded. You can check if you have cargo installed by running the following command on your shell of choice:

$ cargo --version

If you don't have cargo installed, follow the installation instructions found here.

Compile

Now, you can compile tego. To compile Tego directly from GitHub, run:

$ cargo install --git https://github.com/pixilcode/tego-lang

Alternatively, you can clone the project from GitHub and compile it locally:

$ git clone https://github.com/pixilcode/tego-lang.git
$ cd tego-lang
$ cargo install --path tego/