A simple Brainfuck interpreter written in C. It can also transpile a Brainfuck program to C. The transpiler doesn't check for errors at the moment.
make
bf [OPTION] [FILE]
Interpret:
bf test.bf
Transpile to C:
bf --transpile test.bf
This interpreter takes about 45 seconds to run Erik Dubbelboer's Mandelbrot program.