Skip to content

bizzl-greekdog/Brainfuck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A very simple brainfuck interpreter.
The binary takes exactly one argument, which is the location of the brainfuck program (e.g. examples/cat.bf).
All IO is done via stdin and stdout.

This interpreter is technically able to use an infinite number of memory cells, but you probably shouldn't try it out ;)

About

A simple brainfuck interpreter written in C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published