bf-lib
A simple library to run brainfuck code
An example binary is included
TODO
- ~~Stop infinite loops~~ Not detectable, have a timeout.
- Count characters read from input (turns out to be pretty expensive cause you'd have to run the program twice, not worth it)