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

Oops inception on the README #7

Closed
rdebath opened this issue Jan 25, 2020 · 1 comment
Closed

Oops inception on the README #7

rdebath opened this issue Jan 25, 2020 · 1 comment

Comments

@rdebath
Copy link

rdebath commented Jan 25, 2020

A true double BF interpreter.

Minor issue on your README, the C translations *dataptr++ and *dataptr-- change the pointer not the cell contents, you want (*dataptr)++ or ++*dataptr.

Edit: Oh dear, and your slides.

@gannimo
Copy link
Member

gannimo commented Jan 25, 2020

Thanks a lot; operator precedence is hard, especially in pseudo code that you don't run. I've updated the README and the slides. Thanks for pointing it out! :)

@gannimo gannimo closed this as completed Jan 25, 2020
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

2 participants