Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 698 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 698 Bytes

piet_tools

A set of tools for working with Piet code.

Build

With Rust and Cargo installed:

cargo build --release

This will build the executables to target/release/.

pieti

usage: pieti filename codel-size

A Piet interpreter. Runs the passed image file.

pietasm [beta]

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.