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

Adding arithmetic operations in the preprocessing stage #68

Merged
merged 4 commits into from
Aug 31, 2024

Conversation

ACassimiro
Copy link
Collaborator

Addresses #23.

Copy link
Member

@virgil-serbanuta virgil-serbanuta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expression "*" Expression
| Expression "/" Expression
| Expression "%" Expression
Expression "*" Expression [strict, left]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you use seqstrict instead of strict?

@ACassimiro
Copy link
Collaborator Author

@virgil-serbanuta I've introduced a test for this scenario and addressed the seqstrict comment. Could you please validate it?

@ACassimiro ACassimiro merged commit d4f008f into main Aug 31, 2024
1 check passed
@ACassimiro ACassimiro deleted the integer-arithmetic-operations branch August 31, 2024 18:32
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.

2 participants