You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Eventually should take in a CRE rule and output the text for a nools rule.
Intermediate Steps:
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.
The text was updated successfully, but these errors were encountered: