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!
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.
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.