Wilfred / bfc

An industrial-grade brainfuck compiler

Home Page:https://bfc.wilfred.me.uk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://bfc.wilfred.me.uk

License:GNU General Public License v2.0


Languages

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