buildingSMART / mvdXML

Repository used by the mvdXML group to support mvdXML specification and implementation.
28 stars 10 forks source link

mvdXML 1.2 Antlr grammar order #20

Closed pjanck closed 2 years ago

pjanck commented 3 years ago

Looking at the ANTLR grammar, the token NOT_EQUAL will never be found, since the ANTLR will match with NOT and then EQUAL. See priority rules.

Propose to move NOT_EQUAL before the definition of NOT in the lexer section.