# rbfckr A simple to use brainfuck interpreter with built in debugger written in Rust. This is a reimplementation of my brainfuck interpreter [bfckr](https://github.com/id101010/bfckr). # Usage ``` Usage: ./bfckr [OPTION] -h Show this help. -d Enable debugger. -f Execute brainfuck code given as file. -e Execute brainfuck expression given as argument. ```