A brainfuck compiler written in C.
No optimizations are made, so the output is not guaranteed to be optimal nor pretty.
instructions.txt contains the brainfuck code for computing the fibonacci sequence up until 100.
Compiled.c is the output code after compiling the brainfuck code.