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 arithmetic ops and assignment-ops #200

Closed
sourcefrog opened this issue Dec 17, 2023 · 0 comments · Fixed by #198
Closed

Mutate arithmetic ops and assignment-ops #200

sourcefrog opened this issue Dec 17, 2023 · 0 comments · Fixed by #198
Assignees
Labels
generate Patterns of mutation

Comments

@sourcefrog
Copy link
Owner

No description provided.

@sourcefrog sourcefrog added the generate Patterns of mutation label Dec 17, 2023
@sourcefrog sourcefrog self-assigned this Dec 17, 2023
sourcefrog added a commit that referenced this issue Jan 14, 2024
…198)

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

Fixes #200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
generate Patterns of mutation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant