Simple interpreter brainfuck on C++! Work on any OS. Tested on Windows and on Linux, too! Never tested on MacOS/Darwin! =(!
Linux and MacOS/Darwin:
git clone https://github.com/icoder-new/brainfuck
cd ./brainfuck
g++ -Wall interpreter.cpp -o bf
gcc -Wall bf2c.c -o bf2c
./bf helloWorld.bf
Windows:
You need to have git for Windows or download ZIP file You can also open with IDE witch will compile it like CodeLite or compile it using CMD like UNIX OS! Install MinGW compiler and set it into PATH environment!
MIT