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(y): return [x for x in y if True]

# Bytecode:

Max stack size: 3
Instructions:
   0: ListNew ->&3
   8: Iter &y 0 ->&4 ->&x 72
  >  32: ComprListAppend &3 &x
     48: Continue &4 0 ->&x 32 72
  >72: Mov &3 ->&2
   88: Return &2
   96: End