A project that intends to run a Brainfuck version of Mandelbrot in <1ms. This project solely targets aarch64 macOS binaries.
Use make
, the default target will build an optimized binary.
A debug build can be generated using make dbg
.
Run with ./bin/zero path/to/file.b
.