its-Stan/bfi
Simple Brainf#ck interpreter written in Zig
Simple BrainF#ck Interpreter written in Zig 0.14.1. The project can be built using zig build and used with ./bfi <filepath>. Number of cells can be changed with the nb_cells constant.
zig build
./bfi <filepath>