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

Mutate +, -, *, /, %, &, ^, |, <<, >>, and their assignment versions #198

Merged
merged 16 commits into from
Jan 14, 2024

Conversation

sourcefrog
Copy link
Owner

@sourcefrog sourcefrog commented Dec 17, 2023

  • Docs
  • Maybe also assignment ops like +=, which is apparently also a binop in the AST
  • Bitwise ops & | << >>
  • Add a tree that demonstrates all these patterns and that is only listed by tests, not run (for speed)

Fixes #200

@sourcefrog sourcefrog changed the title Mutate +, -, *, /, % Mutate +, -, *, /, %, &, ^, |, <<, >>, and their assignment versions Dec 17, 2023
@sourcefrog sourcefrog marked this pull request as ready for review January 11, 2024 05:56
@sourcefrog sourcefrog enabled auto-merge January 14, 2024 04:56
@sourcefrog sourcefrog merged commit e55257d into main Jan 14, 2024
19 checks passed
@sourcefrog sourcefrog deleted the binops branch January 14, 2024 05:01
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.

Mutate arithmetic ops and assignment-ops
1 participant