A Roger Waters inspired esolang Based on the popular esolang BrainFuck
ooh moves the cell pointer to the right
aah moves the cell pointer to the left
oooh adds one to the current cell
aaah subtracts one from the current cell
oooooh notes the start of a loop
babe notes the end of a loop
ooooh prints the character of the current cell
aaaah allows input for the current cell
Usage: java RogLangInterp [filename] <output filename>
[] = necessary <> = optional
NOTE: Input file name must end with .uwu