A Brainfuck Interpreter.
This has the standard memory size of 30,000 bytes. Using 1 byte registers.
Install zig and use the makefile
# using the makefile
make build
# using zig directly
zig build -Doptimize=ReleaseFast
# run the exe
./zig-out/bin/brainfuck ./bf-examples/hanoi.bf