A set of tools for working with Piet code.
With Rust and Cargo installed:
cargo build --release
This will build the executables to target/release/
.
usage: pieti filename codel-size
A Piet interpreter. Runs the passed image file.
usage: pietasm build filename codel-size
usage: pietasm run filename codel-size
Compiles PietASM to a Piet source image.
build
will generate the image, run
will generate and run it.
For more information, see The PietASM Datasheet.