1
0
mirror of https://github.com/golang/go synced 2024-10-04 07:21:22 -06:00
go/src/cmd/cgo
Robert Griesemer 01b4f2dd23 Steps towards tracking scopes for identifiers.
- Identifiers refer now to the language entity (Object)
	  that they denote. At the moment this is at best an
	  approximation.

	- Initial data structures for language entities (Objects)
          and expression types (Type) independent of the actual
	  type notations.

	- Initial support for declaring and looking up identifiers.

	- Updated various dependent files and added support functions.

	- Extensively tested to avoid breakage. This is an AST change.

R=rsc
CC=golang-dev, rog
https://golang.org/cl/189080
2010-01-15 13:27:45 -08:00
..
ast.go Steps towards tracking scopes for identifiers. 2010-01-15 13:27:45 -08:00
doc.go doc doc doc 2009-11-04 15:17:36 -08:00
gcc.go Steps towards tracking scopes for identifiers. 2010-01-15 13:27:45 -08:00
main.go Steps towards tracking scopes for identifiers. 2010-01-15 13:27:45 -08:00
Makefile go: makes it build for the case $GOROOT has whitespaces 2009-11-23 17:32:51 -08:00
out.go Steps towards tracking scopes for identifiers. 2010-01-15 13:27:45 -08:00
util.go 1) Change default gofmt default settings for 2009-12-15 15:33:31 -08:00