Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

starlark: add support for addressing #101

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Jan 4, 2019

  1. starlark: add support for addressing

    This change adds support for addressable variables and the unary
    prefix operators * and &, which are needed to correctly support
    Stargo (see wip-stargo branch), an upcoming extension that enables
    Starlark bindings for Go types and variables.
    
    Start reading at the starlark.Variable interface for background.
    
    All new features are behind the -addressing flag.
    
    Change-Id: I0258f5d38f85c0d03bb08dc98165b0335a88a98a
    adonovan committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    0070ade View commit details
    Browse the repository at this point in the history