iex -S mix
iex> Brainfuck.run ",+." # put the next ASCII character taken as input in out buffer
# => returns a tuple with the current address, memory tape and the out buffer
iex -S mix
iex> Cli.Reader.read_brainfuck "./examples/hello_world.b"
# Hello, World!
# => prints the out buffer
- nested loops
- increase input buffer