-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
12 changed files
with
388 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.