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

Implemented bitwise operators using lua's bit32 library #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

JammerGRG
Copy link

I had to split it into two passes because bitwise operators can occur within compound expressions.

Known remaining bugs:
The test code I used had unicode characters straight in the pico lua code (i.e. not as part of string literals within quotes) which are apparently interpreted as numbers in pico-8. O_O I'm pretty sure the original code didn't handle this either though.

GRG and others added 3 commits February 12, 2021 14:37
This was test code and I do not own the copyright.
This was test code and I do not own the copyright.
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

Successfully merging this pull request may close these issues.

None yet

1 participant