-
Notifications
You must be signed in to change notification settings - Fork 117
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: add support for |= &= and ^= #350
Conversation
d71776d
to
b784cf3
Compare
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.
LGTM, great job! Also thanks for removing these whitespaces from grammar.ohm
, they were pissing me off, haha 😆
We should consider modifying the type checker for this case, as these operations should be applied only to numeric types: #353. |
@Alejandbel you don't have to change anything in your PR for that, I've resolved this in #356 |
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.
Thanks! I left some minor comments. Btw, we can only merge this PR after Tact v1.3.1 is released. In the mean we will inevitably introduce some merge conflicts.
@Alejandbel Could you please update your PR after the grammar refactoring PR #365? |
Yep, sure, will update it today |
Updated |
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.
Perfect! Thanks a lot!
Hey @Alejandbel, your contribution qualifies for the Tact contributor SBT, would you mind sharing your TON wallet? |
Sure, UQBSzBN6cnxDwDjn_IQXqgU8OJXUMcol9pxyL-yLkpKzYpKR
|
SBT sent! |
Closes #328