AI-nsley69/ZigFuck
Simple brainfuck interpreter written in Zig
To build this project, simply run
zig build -Drelease-safe=true
after you've cloned the git repository and installed zig.
You can execute the binary, it will scan for a file called code.bf
in the working directory (for now). Example on linux:
./zigfuck code.bf
Where code.bf
is the name of brainfuck file you wish to run.