bfc icon indicating copy to clipboard operation
bfc copied to clipboard

An industrial-grade brainfuck compiler

An optimising compiler for brainfuck

Crate version docs Coverage Status lines of code

bfc is an industrial grade compiler for brainfuck. It can:

  • compile (and cross-compile) BF programs to executables
  • optimise runtime speed
  • optimise runtime memory usage
  • optimise executable size
  • show syntax errors with highlighting of the offending source code
  • show warnings with highlighting of the offending source code

To learn more: http://bfc.wilfred.me.uk