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

Treat IncDecStmt as AssignStmt #123

Merged
merged 1 commit into from
Mar 15, 2023
Merged

Treat IncDecStmt as AssignStmt #123

merged 1 commit into from
Mar 15, 2023

Conversation

bombsimon
Copy link
Owner

++ and -- operator are very similar to x = x + 1 so we make it simple and just treat it as an assignment.

Closes #120

`++` and `--` operator are very similar to `x = x + 1` so we make it
simple and just treat it as an assignment.

Closes #120
@coveralls
Copy link

Coverage Status

Coverage: 94.289% (+0.04%) from 94.249% when pulling ddb4332 on plus-plus-minus-minus into 9f5e329 on master.

@bombsimon bombsimon merged commit feb295d into master Mar 15, 2023
@bombsimon bombsimon deleted the plus-plus-minus-minus branch March 15, 2023 22:12
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.

++/-- should be treated as an assignment
2 participants