go/usr/gri/pretty
Robert Griesemer 7c3a2c47b0 - snapshot of pretty printer work
- accepts all Go code (use -s flag)
- complete rewrite of AST, AST building, and printing
  (as a result much more compact)
- printing severely screwed up at the moment, but should be
  fully working in 1 more day

R=r
DELTA=2118  (514 added, 980 deleted, 624 changed)
OCL=17161
CL=17161
2008-10-14 18:14:01 -07:00
..
Makefile - snapshot of pretty printer work 2008-10-14 18:14:01 -07:00
Makefile.iant - added names to result signatures to make it compile with gccgo 2008-09-24 22:01:52 -07:00
node.go - snapshot of pretty printer work 2008-10-14 18:14:01 -07:00
parser.go - snapshot of pretty printer work 2008-10-14 18:14:01 -07:00
platform.go - fix for out-of-bounds error found by rsc 2008-09-19 10:56:35 -07:00
pretty.go - snapshot of pretty printer work 2008-10-14 18:14:01 -07:00
printer.go - snapshot of pretty printer work 2008-10-14 18:14:01 -07:00
scanner.go - implemented heuristic for composite literals starting with a type name: 2008-10-10 16:03:32 -07:00
utils.go First cut at a Go pretty printer: 2008-09-18 16:58:37 -07:00