An optimizing Brainfuck Compiler

This is an optimizing {brainfuck} compiler, writen in {ocaml}.

I use basic compiler techniques, like loop unwrapping and offloading the work to a C compiler

Links