python-starlark-go icon indicating copy to clipboard operation
python-starlark-go copied to clipboard

Add API for compiled expressions

Open jordemort opened this issue 2 years ago • 1 comments

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

jordemort avatar Apr 15 '22 05:04 jordemort