rustpiet 0.1.0

A Piet interpreter implementation in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
# rustpiet
A Piet interpreter implementation in Rust 🎨

## Usage

You'll have to clone the repo and then inside the folder you can run the following.

```
cargo run <filename>
```