Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 266 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 266 Bytes

bfjit

A brainf*ck JIT written in C.

Known Issues ("Features")

  • Only works on x64 systems - in particular, only tested on Windows (cygwin gcc) and Linux
  • Fixed tape size: out of bounds will lead to bad things happening
  • EOF on getchar sets cell to 0