Skip to content
/ sbf Public

SBF - simple brainfuck interpreter written in C

Notifications You must be signed in to change notification settings

jzbl/sbf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 Written in 2012,2013

About

SBF - simple brainfuck interpreter written in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages