Skip to content

TheGamer1002/bfc

 
 

Repository files navigation

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

About

An industrial-grade brainfuck compiler

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 81.3%
  • Brainfuck 11.5%
  • JavaScript 3.8%
  • LLVM 2.4%
  • Shell 0.7%
  • CSS 0.2%
  • Just 0.1%