-
Task
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
2023 Week 30-32 (from Jul 24), 2023 Week 33-35 (from Aug 14)
-
2
-
NEW
-
NEW
-
---
-
---
Issue Description:
RHS parser rules are getting complicated while actually most of DRL keywords are not relevant in RHS.
To follow the current DRL parser implementation, we may accept a plain text in RHS and pass it as a consequence of RuleDescr.
It will have a drawback in Editor code completion in RHS. It will be addressed by a next JIRA.
Acceptance Criteria:
- Accept a plain text in RHS
- Simplify DRLParser.g4
Additional Information:
- Java syntax support is re-added by DROOLS-7516
- is related to
-
DROOLS-7516 Parser : Java syntax in RHS
- Coding In Progress