Brafit
Brafit
Zig written BRAinFuck InTerpreter.
The build is done using the zig cli with zig build [--release].
The executable output take a filepath pointing to the source file as input.
The output of the executable is the execution of the Brainfuck source code, using stdin as input, and stdout as output.