Skip to content

jamievlin/brainfuck-interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brainf*ck interpreter

Interpreter for Brainfuck, an esoteric language consiting of only eight instructions. See [https://en.wikipedia.org/wiki/Brainfuck] for more information.

Compilation Instrutions

Make sure make and g++ is installed. Run make or mingw32-make depending on the platform. The output is named brainfuck.

Usage

./brainfuck <srcfile>

License

See License.MD file

About

Interpreter for Brainfuck, an esoteric language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published