The JVM Brainfuck Compiler

I wrote this software as a fun way to better understand the JVM and how it operates. It is a fully functional and optimizing compiler for the Brainfuck esoteric programming language. It is also very buggy, and has offset issues when generating complex branching patterns.

Links

Brainfuck on the esolangs wiki.

JBFC source code.

Back to Index