ioncodes / brainfuck-c

Brainfuck interpreter in C
0 stars 0 forks source link

You have a new variant. #1

Closed rdebath closed 6 years ago

rdebath commented 6 years ago

Thanks, you've added a new entry to my "how to program brainfuck interpreters incorrectly" collection.

BTW: If you're interested in fixing your interpreter the below program should print OK and a newline.

++++++++++[>++++++++>+<<-]>-.<----[>-<+][[]>++<][+]>.>.
ioncodes commented 6 years ago

Yeah, it prints OK and a newline. So where's the problem? img

rdebath commented 6 years ago

No problem now; you fixed it. I caught one of your earlier versions.

ioncodes commented 6 years ago

Alright, no problems :) Feel free to make new issues if you find any :)