• Robert Griesemer's avatar
    Steps towards tracking scopes for identifiers. · 01b4f2dd
    Robert Griesemer authored
    	- 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
    01b4f2dd
Name
Last commit
Last update
..
cmd Loading commit data...
lib9 Loading commit data...
libbio Loading commit data...
libcgo Loading commit data...
libmach Loading commit data...
pkg Loading commit data...
Make.386 Loading commit data...
Make.amd64 Loading commit data...
Make.arm Loading commit data...
Make.cmd Loading commit data...
Make.conf Loading commit data...
Make.pkg Loading commit data...
Makefile Loading commit data...
all-arm.bash Loading commit data...
all-nacl.bash Loading commit data...
all.bash Loading commit data...
clean.bash Loading commit data...
make-arm.bash Loading commit data...
make.bash Loading commit data...
quietgcc.bash Loading commit data...
run.bash Loading commit data...
sudo.bash Loading commit data...