Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/jzbl/sbf

SBF - simple brainfuck interpreter written in C
https://github.com/jzbl/sbf

Last synced: about 2 months ago
JSON representation

SBF - simple brainfuck interpreter written in C

Lists

README

        

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
--------------------

- *Cmake* (to build)

or

`# gcc sbf.c -o sbf`

Usage
--------------------

`./sbf source.bf`

License
--------------------

[MIT](http://opensource.org/licenses/MIT)
Written in 2012,2013