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

Augmented assignment operators #87

Merged
merged 3 commits into from
Jan 22, 2024

Conversation

Gusarich
Copy link
Member

@Gusarich Gusarich commented Nov 27, 2023

adds +=, -=, *=, /= and %= operations

my first PR to the Tact compiler, so not sure if I did everything correct

@anton-trunov anton-trunov linked an issue Nov 28, 2023 that may be closed by this pull request
@anton-trunov anton-trunov self-assigned this Nov 28, 2023
@anton-trunov
Copy link
Member

Could you rebase this PR on top of main to trigger CI?

@howardpen9
Copy link
Contributor

nice

Copy link
Member

@anton-trunov anton-trunov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great stuff! There are some opportunities to improve this a bit, but let's merge as is so not to delay it further

@anton-trunov anton-trunov merged commit db9ac5d into tact-lang:main Jan 22, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add augmented assignment operators
3 participants