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

Relax whitespace requirement around operators. #706

Merged
merged 1 commit into from
Nov 18, 2024

Conversation

gdotdesign
Copy link
Member

Fixes #637 #397

@gdotdesign gdotdesign force-pushed the relax-whitespace-requirement-of-operators branch from b184211 to fb235dd Compare November 18, 2024 14:41
@@ -79,7 +79,6 @@ module Mint
component ||
constant ||
property ||
operator ||
Copy link
Member Author

Choose a reason for hiding this comment

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

Operators are parsed in the last part in expression.

@gdotdesign gdotdesign requested a review from Sija November 18, 2024 14:43
@gdotdesign gdotdesign self-assigned this Nov 18, 2024
@gdotdesign gdotdesign added this to the 0.21.0 milestone Nov 18, 2024
@gdotdesign gdotdesign marked this pull request as ready for review November 18, 2024 14:43
@gdotdesign gdotdesign merged commit 7278b7a into master Nov 18, 2024
3 checks passed
@gdotdesign gdotdesign deleted the relax-whitespace-requirement-of-operators branch November 18, 2024 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Relax whitespace rules around operators
2 participants