]> Cypherpunks repositories - gostls13.git/commit
remove assumption that all files belonging to a package are in the same directory:
authorRobert Griesemer <gri@golang.org>
Tue, 16 Feb 2010 19:20:25 +0000 (11:20 -0800)
committerRobert Griesemer <gri@golang.org>
Tue, 16 Feb 2010 19:20:25 +0000 (11:20 -0800)
commit85498cbcddbc1c97341f0f9e8b1cfc266254578a
treed437e6a9303dd50d9263e5302872247f14377a9c
parent2f816d5b7396b96312ba43e827b44b95474073a3
remove assumption that all files belonging to a package are in the same directory:
- adjust ast.Package node and doc.PackageDoc correspondingly
- introduce parser.ParseFiles

R=rsc
CC=golang-dev
https://golang.org/cl/207087
src/pkg/exp/parser/interface.go
src/pkg/go/ast/ast.go
src/pkg/go/doc/doc.go
src/pkg/go/parser/interface.go