###The advanced brainfuck family compiler that literally no one asked for!
The bfcc is an optimizing interpreter/transpiler for brainfuck and in the future will support many different brainfuck derivatives.
##Language List ####Supported front ends These are the languages that you can point bfcc at an it will compile them.
- Brainfuck The original
####Supported back ends These are languages that bfcc will target (compile them to)
- Interpreter (runs the code directly)
See The Todo list.