bf-lib 0.2.1

A library to run brainfuck code
Documentation
1
2
3
4
5
6
7
8
9
10
# 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