fabianishere / brainfuck

Brainfuck interpreter written in C
Apache License 2.0
527 stars 74 forks source link

Why is it made to read one character from each line? #86

Open shranet opened 7 months ago

shranet commented 7 months ago

https://github.com/fabianishere/brainfuck/blob/71c0e0cac45fbfa0cdda4658a075c1a65d5fe736/src/brainfuck.c#L565-L570

If we trust this repository, it's not like that in the original. https://gist.github.com/rdebath/0ca09ec0fdcf3f82478f#file-bfi-c-L19

sigmasternchen commented 4 months ago

Seconded. It's not very "useful" this way.