mirror of
https://github.com/golang/go
synced 2024-11-23 01:50:04 -07:00
75760a4b5d
unpacking for assignments, call arguments, and returns. This change revamps the whole assignment compilation system to be multi-valued, using the new MultiType type and multiV value. Function calls, returns, and assignments now share a lot of code and produce very consistent error messages. R=rsc APPROVED=rsc DELTA=510 (335 added, 74 deleted, 101 changed) OCL=32248 CL=32258 |
||
---|---|---|
.. | ||
compiler.go | ||
decls.go | ||
expr.go | ||
func.go | ||
scope.go | ||
stmt.go | ||
type.go | ||
typec.go | ||
util.go | ||
value.go |