Skip to content
New issue

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

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

Already on GitHub? # to your account

Support missing compound assignment operators *=, /=, %=, >>=, <<= #6

Open
AmesingFlank opened this issue Apr 22, 2022 · 0 comments
Open
Assignees

Comments

@AmesingFlank
Copy link
Owner

AmesingFlank commented Apr 22, 2022

We only support +=, &=, |=, ^= right now. These are translated into atomic operators (which will be demoted if possible). It would be great to support -=, *=, /=, %=, >>=, <<= and translate them into simple non-atomic operators.

@AmesingFlank AmesingFlank self-assigned this May 7, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant