alexmanno / 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 docs Coverage Status lines of code

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 80.6%Language:Brainfuck 11.6%Language:JavaScript 4.0%Language:LLVM 2.6%Language:Shell 0.6%Language:Beef 0.4%Language:CSS 0.2%