starlark 0.14.0

An implementation of the Starlark language in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# @generated
# To regenerate, run:
# ```
# STARLARK_RUST_REGENERATE_GOLDEN_TESTS=1 cargo test -p starlark --lib
# ```

def test(x):
    return x == "a"

# Bytecode:

Max stack size: 1
Instructions:
       # instrs.star.bzl:2:5-20
   0: EqPtr &x "a" ->&1
  24: Return &1
  32: End