bf-lib 0.2.0

A library to run brainfuck code
Documentation
1
2
3
4
5
6
7
8
9
10
11
# 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
- Feed data from the first pass to the interpreter