-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Eventually should take in a CRE rule and output the text for a nools rule.
Intermediate Steps:
- Write code to translate from CRE facts to nools facts
- Write code to translate from CRE Conditions object to the when{} part of a nools rule
- Write code to translate from then part of CRE rule to then part of nools rule
Tips: Use pythons f"" style string to simplify construction of nools source
Note: If code can be abstracted so that there is a base module with code that could be reused for translation to other languages like Jess/CLIPs/experta/durable_rules/etc... that would be a plus.
Reactions are currently unavailable