A tiny BrainFuck compiler

A tiny BrainFuck compiler

The BrainFuck programming language has long been popular among geeks as a simple exercise in compiler writing. I am no exception, and here I present my 128 and 135 byte compilers for DOS. They both work, but the former has some limitations, such as not being able to compile large programs.

Back to the main page