• 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
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
pkg Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...