starlark 0.13.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
# ```

def test(x):
  for i in x:
    noop(i)

# Bytecode:

Max stack size: 2
Instructions:
   0: Iter &x 0 ->&2 ->&i 104
  >  24: CallFrozenNativePos noop &1..&2 instrs.star.bzl:3:5-12 ->&3
     80: Continue &2 0 ->&i 24 104
  >104: ReturnConst None
   120: End