Skip to content

Wilfred/bfc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Apr 17, 2024
2cd6a75 · Apr 17, 2024
Sep 17, 2023
Apr 17, 2024
Apr 19, 2015
Jun 15, 2023
Apr 17, 2024
Jun 15, 2023
Jun 16, 2023
Nov 3, 2020
Jun 17, 2023
Sep 17, 2023
Sep 17, 2023
Jan 13, 2021
Jun 18, 2023
Feb 6, 2016
Sep 17, 2023
Jun 15, 2023
Jan 1, 2016

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