kiegroup / ruleops

This is a research effort, to explore this space. Not a supported capability. If you find this content interesting and you would like to contribute, feel free to contact us and reach out!
Apache License 2.0
1 stars 3 forks source link

Provisional but working YAML representation #16

Closed tarilabs closed 1 year ago

tarilabs commented 1 year ago

Resolves #15

This PR explores an automatic mechanism to produce a YAML representation of DRL files. Each .DRL file is translated and a corresponding filename.drl.yaml is produced with the YAML representation.

It is to be noted this is monodirectional, but worth to start exploring this topic; I've got a better idea for bidirectional translation, but for now this could be a starting step.