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: 3 months ago
JSON representation
SBF - simple brainfuck interpreter written in C
- Host: GitHub
- URL: https://github.com/jzbl/sbf
- Owner: jzbl
- Created: 2013-05-29T08:18:30.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-29T08:20:46.000Z (over 11 years ago)
- Last Synced: 2024-04-24T16:15:01.142Z (7 months ago)
- Language: C
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- AwesomeInterpreter - sbf
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