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

Support in-place binary operations ^= &= |= ^^= <<= >>= >>>= #104

Open
hsandt opened this issue Jun 20, 2022 · 0 comments
Open

Support in-place binary operations ^= &= |= ^^= <<= >>= >>>= #104

hsandt opened this issue Jun 20, 2022 · 0 comments

Comments

@hsandt
Copy link

hsandt commented Jun 20, 2022

I've noticed that binary operations were now supported, but not in-place binary operations:
^= &= |= ^^= <<= >>= >>>=

In addition, the in-place integer division is missing: \=

This is based on personal testing and looking at lexer(_test).py

(in practice I also found more operations failing in my use case, such as \. @, %, $, but since they are working in the unit tests I'm running locally, I think this is caused by my specific code, so I'll have to dig this further)
(never mind, this was luamin failing, not p8tool)

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