I am new to this language and i am building brainfuck interpreter in scala i am facing one problem what should i print if the value at memory index is greater than 127 ?
what a real brainfuck interpreter print if value is greater than 127?
for eg
memory[index]=178
when "." (print command) is called what should a brainfuck iterpreter print ?
my compiled some codes on ideone.com but it showing runtime error .
for follwing code:
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++[+.<-]