A simple interpreter.
A tui debugger.
A compiler.
A tool for working with brainfuck.
## one time run
$ bash setup
## activate virtual env
$ source env/bin/activate
## run with hello_world.bfk example
$ bash run
## -------------- or ----------------
$ python main.py bfk_eg/hello_world.bfk