SBF - simple brainfuck interpreter written in C

May 29, 2013 ยท View on GitHub

Description

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.

Requirements

  • Cmake (to build)

or

# gcc sbf.c -o sbf

Usage

./sbf source.bf

License

MIT Written in 2012,2013