Home

Awesome

SBF - simple brainfuck interpreter written in C

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

or

# gcc sbf.c -o sbf

Usage

./sbf source.bf

License

MIT Written in 2012,2013