abtrout / go-brainfuck-yourself

A Brainfuck interpreter that I wrote myself in Go
0 stars 0 forks source link

Zero indexed instruction pointer? #7

Closed abtrout closed 9 months ago

abtrout commented 10 months ago

Should I increment i only after successfully executing a command?

Should public Eval change i or internal eval?

abtrout commented 10 months ago

I think this is related to this TODO.