tkobayas opened a new issue, #5799: URL: https://github.com/apache/incubator-kie-drools/issues/5799
## Parent issue - #5678 ## Issue https://github.com/apache/incubator-kie-drools/pull/5793#discussion_r1530081798 We are adding new rules in `DRLParser.g4` which extends `JavaParser.g4` rules, mostly because we need to accept DRL specific lexer tokens. So we have some duplication between those `g4`'s. At some point in time, review the duplication and consider refactoring. (e.g. fully copy the content of JavaParser.g4 into DRLParser.g4 and modify rules in the single file.) -- 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]
