Skip to content

Flesh out BooleanPredicate in Query grammar #13

@steve-hickman-epistimis

Description

@steve-hickman-epistimis

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions