Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

While Loop Exiting #3

Open
Trevin-Small opened this issue Mar 7, 2022 · 0 comments
Open

While Loop Exiting #3

Trevin-Small opened this issue Mar 7, 2022 · 0 comments

Comments

@Trevin-Small
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant