Brainfuck interpreter
| Version | : | 0.1 beta |
| Author | : | Susam Pal |
| License | : | GPLv3 |
bfi is a Brainfuck interpreter written in C. It interprets and executes Brainfuck code. Installation instructions for Linux operating system is provided in the source directory. Since, the interpreter is written in C, it should be possible to compile the interpreter and use it in any architecture or operating system.
Brainfuck is an esoteric programming language with only eight commands. More information on the language, its commands and sample programs can be found in the Wikipedia article: http://en.wikipedia.org/wiki/Brainfuck

