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

Fix negative unaries - Take 2 #318

Merged
merged 3 commits into from
Apr 27, 2024

Conversation

mawildoer
Copy link
Contributor

@mawildoer mawildoer commented Apr 26, 2024

This is the same fix as #314 , except it should actually work...

@mawildoer mawildoer marked this pull request as ready for review April 26, 2024 23:48
;

factor
Copy link
Contributor Author

@mawildoer mawildoer Apr 26, 2024

Choose a reason for hiding this comment

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

This will mean that you can't put a unary in front of brackets or variables

bilateral_quantity: bilateral_nominal PLUS_OR_MINUS bilateral_tolerance;
implicit_quantity: NUMBER name?;
bilateral_nominal: NUMBER name?;
bound_quantity: quantity 'to' quantity;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Do we want to make tolerances (especially the to operator) part of the nesting arithmetic expressions rather than a part of an atom

@mawildoer mawildoer merged commit 4eeaefe into main Apr 27, 2024
1 check passed
@mawildoer mawildoer deleted the revert-317-revert-314-mawildoer/negative-assertions branch April 27, 2024 00:06
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.

None yet

1 participant