tkobayas commented on code in PR #5845:
URL:
https://github.com/apache/incubator-kie-drools/pull/5845#discussion_r1565448088
##########
drools-drl/drools-drl-parser/src/main/antlr4/org/drools/drl/parser/antlr4/DRLParser.g4:
##########
@@ -446,7 +311,7 @@ patternSource : fromAccumulate
| fromExpression
;
-fromExpression : unaryExpressionNotPlusMinus ;
+fromExpression : conditionalOrExpression ;
Review Comment:
@yurloc I have reverted several rules which you committed in
https://github.com/apache/incubator-kie-drools/pull/5834 Is it okay? Let me
know if I'm reverting too much.
--
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]