-
Notifications
You must be signed in to change notification settings - Fork 201
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
feat(compiler): addition and subtraction assignment operators implementation #4018
feat(compiler): addition and subtraction assignment operators implementation #4018
Conversation
Signed-off-by: monada-bot[bot] <[email protected]>
…/github.com/wzslr321/wing into feature/compiler/add-and-sub-assignment-ops
Signed-off-by: monada-bot[bot] <[email protected]>
…/github.com/wzslr321/wing into feature/compiler/add-and-sub-assignment-ops
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nicely done, added a few comments
Co-authored-by: yoav-steinberg <[email protected]>
…/github.com/wzslr321/wing into feature/compiler/add-and-sub-assignment-ops
Signed-off-by: monada-bot[bot] <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Great work @wzslr321!
…/github.com/wzslr321/wing into feature/compiler/add-and-sub-assignment-ops
Signed-off-by: monada-bot[bot] <[email protected]>
Thanks for contributing, @wzslr321! This PR will now be added to the merge queue, or immediately merged if |
Congrats! 🚀 This was released in Wing 0.29.3. |
Fixes #4005
Implemented a
+=
and-=
operators, as a new type ofStmtKind::Assignment
.Checklist
pr/e2e-full
label if this feature requires end-to-end testingBy submitting this pull request, I confirm that my contribution is made under the terms of the Wing Cloud Contribution License.