bfc

Crates.iobfc
lib.rsbfc
version1.12.0
sourcesrc
created_at2016-09-01 02:57:36.504497
updated_at2023-09-17 23:51:56.235472
descriptionAn industrial-grade brainfuck compiler
homepagehttps://github.com/Wilfred/bfc
repositoryhttps://github.com/Wilfred/bfc
max_upload_size
id6202
size1,023,960
Wilfred Hughes (Wilfred)

documentation

README

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

Commit count: 1102

cargo fmt