# ttvm - Typo runtime library
`ttvm` is a runtime library mainly designed for the Typo programming language but can be used anywhere for any programming language.
## Usage
Add the following to your `Cargo.toml`:
```toml
ttvm = "0.4"
```
## License
This project is licensed under either of
* [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)
([LICENSE-APACHE](https://github.com/typolang/ttvm/blob/master/LICENSE-APACHE))
* [MIT License](https://opensource.org/licenses/MIT)
([LICENSE-MIT](https://github.com/typolang/ttvm/blob/master/LICENSE-MIT))
at your option.