Brainfuck interpreter written in c.
Just run make
Run a file
./bf <FILEPATH>
Run an inline command
./bf -c <BFCOMMAND>
./bf tests/hello_world.bf
Why not?
Brainfuck interpreter written in c.
Just run make
Run a file
./bf <FILEPATH>
Run an inline command
./bf -c <BFCOMMAND>
./bf tests/hello_world.bf
Why not?