Skip to content

More grammar improvements #98

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

Merged
merged 2 commits into from
May 15, 2025
Merged

More grammar improvements #98

merged 2 commits into from
May 15, 2025

Conversation

thehiddenwaffle
Copy link
Contributor

Fix comparison operators in pest grammar.

Removed function names from comp_op operators rule("in", "nin", "size", "noneOf", "anyOf", "subsetOf") to align with the intended grammar restrictions. This fixes #97

Also formatted parser.rs because I see that I had forgotten to do so last pull request and it's causing rustfmt CI checks to fail(sorry about that).

Also I see you incremented version and updated changelog after last PR, sorry I didn't do that and I am more than happy to do so in the future pull requests, but I figured this current PR also falls under the description you gave for v1.0.2.

Removed function names from `comp_op` operators rule("in", "nin", "size", "noneOf", "anyOf", "subsetOf") to align with the intended grammar restrictions.
@besok besok merged commit 2050b61 into besok:main May 15, 2025
5 checks passed
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.

Found inconsistent error due to inconsistency in pest file
2 participants