Brainpurr 1.0.3
added --max-array-size flag that allow to limit the length of the array if using the interpreter or to extend or shorten the length of the array if compiled (by default length of 67000)
added --newline-zero flag that allow you to instead of having to use mrp 10 times to print '\n' you can now just use an empty cell to print it (if the cell value is 10 then it will print \0 instead)
fixed possible input overflow for compiler when run with '--input first-char-only' (a line of length > 99 would be interpreted as multiple lines)
removed debug message for compiler that was showing the name of the temporary c file
fixed small error problem for the compiler where the pointer overflow/underflow message was sent using stdout instead of stderr