Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 362 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 362 Bytes

BFC

My basic brainfuck (wikipedia) compiler. It has a few optimisations, noted below. Also the assembly is probably quite inefficient, however it works with the tic-tac-toe and mandelbrot examples.

Optimisations

  • Combine multiple of the same instruction
  • Combine multiple of the opposite instruction