starlark 0.14.0

An implementation of the Starlark language in Rust.
Documentation
# @generated
# To regenerate, run:
# ```
# STARLARK_RUST_REGENERATE_GOLDEN_TESTS=1 cargo test -p starlark --lib
# ```

S = struct(a = 2)

def test(x):
    return x == S

# Bytecode:

Max stack size: 1
Instructions:
       # instrs.star.bzl:4:5-18
   0: EqConst &x struct(a=2) ->&1
  24: Return &1
  32: End