bf-lib 0.1.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.
- Count characters read from input (turns out to be pretty expensive cause you'd have to run the program twice, not worth it)