]> Cypherpunks repositories - gostls13.git/commit
Snapshot.
authorRobert Griesemer <gri@golang.org>
Wed, 17 Dec 2008 02:02:22 +0000 (18:02 -0800)
committerRobert Griesemer <gri@golang.org>
Wed, 17 Dec 2008 02:02:22 +0000 (18:02 -0800)
commitb86359073e8268093dbff1c5d5a8ed600218c816
tree034c95ce97147c88de2a26bb56cc19e69bc90877
parente53d5ad620aeb61021582c72b4779848ff51573b
Snapshot.

Preparations to track identifiers and declarations so that we can
generate good html links as pretty printer output:
- brought over old code and adjusted it
- initial hookups, nothing really running yet

R=r
OCL=21383
CL=21383
usr/gri/pretty/Makefile
usr/gri/pretty/compilation.go
usr/gri/pretty/globals.go [new file with mode: 0644]
usr/gri/pretty/object.go [new file with mode: 0755]
usr/gri/pretty/type.go [new file with mode: 0644]
usr/gri/pretty/universe.go [new file with mode: 0755]