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

#38 in Emulators

Download history 14/week @ 2024-02-18 4/week @ 2024-02-25 13/week @ 2024-03-10 42/week @ 2024-03-31

55 downloads per month

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–14MB
~158K SLoC