tkobayas commented on code in PR #5834:
URL: 
https://github.com/apache/incubator-kie-drools/pull/5834#discussion_r1560349823


##########
drools-drl/drools-drl-parser/src/main/antlr4/org/drools/drl/parser/antlr4/DRLParser.g4:
##########
@@ -403,7 +426,7 @@ patternSource : fromAccumulate
               | fromExpression
               ;
 
-fromExpression : conditionalOrExpression ;
+fromExpression : unaryExpressionNotPlusMinus ;

Review Comment:
   Thanks @yurloc . I understand that having the duplication between 
`DRLParser.g4` and `DRL6Expressions.g4` is a kind of awkward. We will hopefully 
solve the duplication earlier as filed in 
https://github.com/apache/incubator-kie-drools/issues/5808



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to