mirror of
https://github.com/golang/go.git
synced 2025-11-08 20:51:02 +00:00
The Go programming language
https://go.dev
introduce NodeList* type in compiler to replace OLIST. this clarifies where lists can and cannot occur. list append and concatenation are now cheap. the _r rules are gone from yacc. rev and unrev are gone. no more lists of lists. the representation of assignments is a bit clunkier. split into OAS (1=1) and OAS2 (2 or more on one side). delete dead chanrecv3 code. delay construction of func types. R=ken OCL=31745 CL=31762 |
||
|---|---|---|
| doc | ||
| include | ||
| lib/godoc | ||
| misc/xcode | ||
| pkg | ||
| src | ||
| test | ||
| usr | ||