An optimizing Brainfuck Compiler
This is an optimizing {brainfuck} compiler, writen in {ocaml}.
I use basic compiler techniques, like loop unwrapping and some simple peep-hole optimizations, as well as offloading the work to a C compiler ;)
This is an optimizing {brainfuck} compiler, writen in {ocaml}.
I use basic compiler techniques, like loop unwrapping and some simple peep-hole optimizations, as well as offloading the work to a C compiler ;)