Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 423 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 423 Bytes

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