Brainfuck written in C

This is brainfuck interpreter written in C, with some optimizations.

build

git clone https://github.com/bonmas14/c-brainfuck.git
cd c-brainfuck
./premake5 gmake2
make config=release
./bin/Release/bf ./scripts/hello_world.b