mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
Revert "cmd/compile/internal/syntax: support for alias declarations"
This reverts commit 32db3f2756.
Reason: Decision to back out current alias implementation.
For #16339.
Change-Id: Ib05e3d96041d8347e49cae292f66bec791a1fdc8
Reviewed-on: https://go-review.googlesource.com/32825
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
This commit is contained in:
parent
a1a688fa00
commit
429edcff10
6 changed files with 38 additions and 129 deletions
|
|
@ -210,8 +210,7 @@ var sampleTokens = [...]struct {
|
|||
{_IncOp, "--", Sub, precAdd},
|
||||
{_Assign, "=", 0, 0},
|
||||
{_Define, ":=", 0, 0},
|
||||
{_Larrow, "<-", 0, 0},
|
||||
{_Rarrow, "=>", 0, 0},
|
||||
{_Arrow, "<-", 0, 0},
|
||||
|
||||
// delimiters
|
||||
{_Lparen, "(", 0, 0},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue