Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 673 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 673 Bytes

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