Brainf**k Java Compiler


Posted

in


Java Brainf**k compiler (2.0):

The wonderful Java Brainfuck Compiler provides a facility for compiling programs written in the powerful Brainf**k language into Java bytecode class files.

Changes:

The dependency on Jasmin as an intermediate step was removed. BCEL is now used to produce bytecode directly. A proper build system was implemented.