Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 337 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 337 Bytes

bf

Brainfuck interpreters written in pure AWK, Bash, Elvish, Lua, Perl, Python, Ruby, Tcl, and sh

Implementation Info

All the interpreters have the following behavior:

  • Cells wrap on 8-bit overflow and underflow
  • The cell is left unchanged on EOF
  • Input is line buffered

Any other behavior may vary to suit the languages.