]> Cypherpunks repositories - gostls13.git/commit
daily snapshot:
authorRobert Griesemer <gri@golang.org>
Tue, 31 Mar 2009 00:13:11 +0000 (17:13 -0700)
committerRobert Griesemer <gri@golang.org>
Tue, 31 Mar 2009 00:13:11 +0000 (17:13 -0700)
commit8971cf23541e9f567a502e7c681b9e8684d97679
tree8f403e83829648a59d22d7c95452a0566671d48d
parent8e54729b5a9fdbc6cd351d532d5205ab97bcf4dd
daily snapshot:
- separating printing of AST and documentation
- astprinter: will subsume ast printing functionality of printer
- docprinter: will subsume doc printing functionality of printer
        also: more logic to collect all the documentation pertaining
      to all files of a package
- parser: some cleanups, stricter syntax checks
- gds: hooks to test new doc printer (disabled)

R=r
OCL=26915
CL=26915
usr/gri/pretty/Makefile
usr/gri/pretty/astprinter.go [new file with mode: 0644]
usr/gri/pretty/docprinter.go [new file with mode: 0644]
usr/gri/pretty/gds.go
usr/gri/pretty/parser.go