bfc means BrainFuck Compiler, which can convert Brainfxxk code to AT&T style x86_64 assembly code.
git clone https://github.com/AtomAlpaca/bfc.git
cd ./bfc/src
make
bfc <source_file> <output_file>
It is OK to not provide the output file name.
bfc is licensed under the GNU General Public License v2.0