apache / incubator-kie-drools

Drools is a rule engine, DMN engine and complex event processing (CEP) engine for Java.
http://www.drools.org
Apache License 2.0
5.88k stars 2.5k forks source link

[incubator-kie-drools-5918] [new-parser] Annotations can appear in lh… #5921

Closed tkobayas closed 6 months ago

tkobayas commented 6 months ago

…sOr and lhsAnd

Issue:

tkobayas commented 6 months ago

@yurloc @mariofusco @gitgabrio Please review, thanks!

tkobayas commented 6 months ago

To be compliant with the old parser, we also need to process annotations from each expression joined by infix OR/AND:

Thank you! I added test cases and also fixed the implementation to collect the annotations.