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 for #164 #166

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Fix for #164 #166

wants to merge 1 commit into from

Conversation

epiccode-au
Copy link

Expressions of the form "NOT some_func()" were not parsing properly.

Some test data had to be regenerated because the change in ordering of variations in the qualifiableFactor rule caused the parser to produce a different result. This happens because multiple ambiguities in the grammar exist, which would normally be resolved with logic to distinguish what references are referencing. (The previous parser had no such logic either)

Expressions of the form "NOT some_func()" were not parsing properly.
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