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

Impl compound assignment operators #30

Open
7 of 10 tasks
hikalium opened this issue Aug 12, 2019 · 1 comment
Open
7 of 10 tasks

Impl compound assignment operators #30

hikalium opened this issue Aug 12, 2019 · 1 comment

Comments

@hikalium
Copy link
Owner

hikalium commented Aug 12, 2019

  • *=
  • /=
  • %=
  • +=
  • -=
  • <<=
  • >>=
  • &=
  • ^=
  • |=
hikalium added a commit that referenced this issue Aug 12, 2019
hikalium added a commit that referenced this issue Aug 18, 2019
hikalium added a commit that referenced this issue Aug 19, 2019
@hikalium
Copy link
Owner Author

The value of (left_expr assign_op right_expr) should be value of left expr after the assignment. Current Tests does not cover this and at least LShift and RShift assignment operators are not handling this case properly. Add this test cases before closing this issue.

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

No branches or pull requests

1 participant