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

[new-parser] Adapt `drlIdentifier` to `operator_key` and `neg_operator_key` in `DRL6Expressions.g4` #5874

Open tkobayas opened 6 months ago

tkobayas commented 6 months ago

Parent issue

Failing tests

TBD

Issue

While working on https://github.com/apache/incubator-kie-drools/issues/5784 , adapting drlIdentifier to operator_key and neg_operator_key in DRL6Expressions.g4 seems to have a problem.

This issue is to split the problem and fix it.

This is not an immediate problem. Rather, this could be considered with how we want to implement "Custom Operator" : See https://github.com/apache/incubator-kie-drools/issues/5972