Brainfuck-Interpreter A simple Brainfuck language interpreter in c++. Build instructions The project is cross platform, use Premake5 for the configuration and then for the compilation use your preferred method. Usage To run any Brainfuck program use this command: BFi <example>.bf