]> Cypherpunks repositories - gostls13.git/commit
- fixed a couple of corner cases (empty statements, empty composites)
authorRobert Griesemer <gri@golang.org>
Fri, 17 Oct 2008 23:19:31 +0000 (16:19 -0700)
committerRobert Griesemer <gri@golang.org>
Fri, 17 Oct 2008 23:19:31 +0000 (16:19 -0700)
commitf39b518bcba297e64fe09d08e9339f55d40f5461
tree0aff9bafe7459ea640dc5c1fe92e3de505c87de9
parentba46bd1e5a629cd9da42ab90ae36ad4331dbac81
- fixed a couple of corner cases (empty statements, empty composites)
- more robust printing in presence of errors
- fixed incorrect printing of function literals

R=r
OCL=17378
CL=17378
usr/gri/pretty/Makefile.iant
usr/gri/pretty/node.go
usr/gri/pretty/parser.go
usr/gri/pretty/printer.go
usr/gri/pretty/scanner.go