Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 466 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 466 Bytes

bfi - brainfuck interpreter/jit

TODO:

pros:

  • simple
  • has an AST for expandability

cons:

  • naive
  • minimal optimisations
  • memory hungry due to AST