Implement an API similar to [re.compile](https://docs.python.org/3/library/re.html#re.compile) that allows compiling programs once and then repeatedly evaluating them against different inputs. Relevant Starlark docs: https://pkg.go.dev/go.starlark.net/starlark#Program
Implement an API similar to re.compile that allows compiling programs once and then repeatedly evaluating them against different inputs.
Relevant Starlark docs: https://pkg.go.dev/go.starlark.net/starlark#Program