feat: added tracing
prints the current cell on tape, the value within, the current
instruction the interpreter is on, and where in the instructions the
VM::run function is at*
* although as of right now its just an integer pointing at the tokenized
string, not very useful if you have line breaks and such... still, its
a start!