Skip to content

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