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 all assignment operators #178

Merged
merged 1 commit into from
Jan 17, 2025

Conversation

ChAoSUnItY
Copy link
Collaborator

Previously, only +=, -=, |=, and &= assignment operators are supported, in this commit, we've support the remaining assignment operators, which are *=, /=, %=, <<=, >>=, and ^=.

Additionally, this commit also refactors some assignment operations with the operators introduced in this commit.

Previously, only "+=", "-=", "|=", and "&=" assignment operators are
supported, in this commit, we've support the remaining assignment
operators, which are "*=", "/=", "%=", "<<=", ">>=", and "^=".

Additionally, this commit also refactors some assignment operations
with the operators introduced in this commit.
@jserv jserv requested a review from vacantron January 17, 2025 09:52
@jserv jserv merged commit 9208d7d into sysprog21:master Jan 17, 2025
6 checks passed
@jserv
Copy link
Collaborator

jserv commented Jan 17, 2025

Thank @ChAoSUnItY for contributing!

@ChAoSUnItY ChAoSUnItY deleted the feat/assignment-ops branch January 18, 2025 19:16
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.

2 participants