Files
releases/rego
Torin Sandall 6458401fc7 rego: Update rego package to accept custom built-ins
This change allows rego package users to pass custom built-in
functions without registering them globally. It also adds an option to
memoize return arguments which is a common requirement for built-ins
that do I/O.

Signed-off-by: Torin Sandall <torinsandall@gmail.com>
2019-09-12 17:12:41 -04:00
..