1.1.0 :
	Fix bugs with some brainfuck programs because the array used was
	an array of ints not bytes
	Optimisation: combine adjacent adds: ++++ = +4, not +1+1+1+1

1.0.0 :
	Initial release

