Simple brainfuck interpreter that reads sourcecode from file and executes it. It has a spec memory limitation of 3k cells, and original undefined behaviour when you do stupid stuff.
- Cmake (to build)
or
# gcc sbf.c -o sbf
./sbf source.bf
MIT Written in 2012,2013