An optimizing Brainfuck Compiler
This is an optimizing {brainfuck} compiler, writen in {ocaml}. This was mainly a project to experiment with ocaml, and also learn some about simple optimizers.
It compiles to {C}, which can then obviously be compiled to other languages using your preference of C compiler.
I use basic compiler techniques, like loop unwrapping and some simple peep-hole optimizations, as well as offloading the work to a C compiler ;)
