Drools is a rule engine, DMN engine and complex event processing (CEP) engine for Java.
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
Parent issue
5678
Failing tests
TBD
Issue
While working on https://github.com/apache/incubator-kie-drools/issues/5784 , adapting
drlIdentifier
tooperator_key
andneg_operator_key
inDRL6Expressions.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