-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Special-case
*$...
as equivalent to $...
.
This is non-ambiguous: a `$...` only "makes "sense" in a repeated context, and a `Starred()` ast node is not a repeated context. So we're free to interpret it in some other, magical way instead. Since we actually specifically want to support a syntax like `**$...`, `*$...` should match its semantics. PiperOrigin-RevId: 568317031
- Loading branch information
1 parent
5bbce5e
commit c430443
Showing
10 changed files
with
367 additions
and
162 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
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.