5 stable releases

1.12.0 Sep 17, 2023
1.11.0 Jun 17, 2023
1.10.0 Jun 15, 2023
1.9.0 Oct 24, 2020
1.7.0 Sep 1, 2016

#39 in Emulators

GPL-2.0 license

485KB
6K SLoC

An optimising compiler for brainfuck

Crate version codecov

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

Dependencies

~3–16MB
~166K SLoC