bf-lib 0.2.1

A library to run brainfuck code
Documentation

bf-lib

A simple library to run brainfuck code

An example binary is included

TODO

  • Stop infinite loops Not detectable, have a timeout.
  • Return error if the input isn't long enough while doing the first pass, not at runtime