Struct that represents the state of execution.
t :: %Brainfux.State{back: [integer], forward: [integer], input: charlist, output: String.t}