README

March 15, 2012 ยท View on GitHub

A simple implementation (one .c file) of a brainfuck interpreter.

If no filename argument is given then the program will simply run as a brainfuck interpreter, otherwise the program will execute the file first and then run as an interpreter.

The one and only source file (src/bfin.c) is licensed under the terms specified in the LICENSE file (3-clause BSD license).