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

Flesh out BooleanPredicate in Query grammar #13

Open
steve-hickman-epistimis opened this issue Feb 8, 2023 · 0 comments
Open

Flesh out BooleanPredicate in Query grammar #13

steve-hickman-epistimis opened this issue Feb 8, 2023 · 0 comments

Comments

@steve-hickman-epistimis
Copy link
Contributor

The original grammar specification for BooleanPredicate consists of 5 different subrules. That grammar assumes ANTLR 4. However, XText only supports ANTLR 3, which means that the original grammar causes problems. As a temporary fix, 2 of the choices (SetComparePredicate and SetMembershipPredicate) have been commented out. Eventually, they need to be uncommented and the grammar adjusted so that it works with ANTLR 3.

ANTLR doc:
https://www.antlr.org

ANLTR 3 doc:
https://www.antlr3.org
https://www.antlr3.org/works/ - ANTLRWorks - this is a useful tool for debugging ANTLR 3 grammars

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

No branches or pull requests

1 participant