You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
drlExpression and drlPrimary in DRLParser.g4 are extended rules from JavaParser.g4.
However, constraint related rules should respect DRL6Expressions.g4 so that we can avoid a situation like "This is possible with DRL6Expressions, but not possible with DRLParser". It would also be a good way to find additional unit tests.
The text was updated successfully, but these errors were encountered:
Parent issue
Issue
#5806 (comment)
drlExpression
anddrlPrimary
inDRLParser.g4
are extended rules fromJavaParser.g4
.However, constraint related rules should respect
DRL6Expressions.g4
so that we can avoid a situation like "This is possible with DRL6Expressions, but not possible with DRLParser". It would also be a good way to find additional unit tests.The text was updated successfully, but these errors were encountered: