You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A bug regarding BrainFuck loops ([ ]) prevents loop exiting
As far as I know, this error is caused by Bologna's argument parsing shifting the file pointer in a manner that results in the loop being re-executed.
The while [ ] loop works just fine on the brainfuck_interpreter.c under root/other/, and Bologna's interpreter implements the same code, which is what leads me to believe it isn't the loop logic itself.
The text was updated successfully, but these errors were encountered:
A bug regarding BrainFuck loops (
[ ]
) prevents loop exitingAs far as I know, this error is caused by Bologna's argument parsing shifting the file pointer in a manner that results in the loop being re-executed.
The while
[ ]
loop works just fine on thebrainfuck_interpreter.c
underroot/other/
, and Bologna's interpreter implements the same code, which is what leads me to believe it isn't the loop logic itself.The text was updated successfully, but these errors were encountered: