go/usr/gri/pretty
Robert Griesemer 89319cfbf9 - implemented heuristic for composite literals starting with a type name:
if in a if, for, or switch header, must be parenthesized
- implemented string concatenation
- simplified a lot of code
- added many more tests: can now parse all *.go files I got my hands on
- printing output currently broken in some cases, use with -s (silent) option

R=r
OCL=16932
CL=16934
2008-10-10 16:03:32 -07:00
..
ast.go remove uses of *T as an implicit forward declaration of T 2008-10-07 12:59:54 -07:00
Makefile - implemented heuristic for composite literals starting with a type name: 2008-10-10 16:03:32 -07:00
Makefile.iant - added names to result signatures to make it compile with gccgo 2008-09-24 22:01:52 -07:00
parser.go - implemented heuristic for composite literals starting with a type name: 2008-10-10 16:03:32 -07:00
platform.go - fix for out-of-bounds error found by rsc 2008-09-19 10:56:35 -07:00
pretty.go - more missing constructs added 2008-09-25 15:14:26 -07:00
printer.go more fine-tuning of ;'s 2008-09-30 19:31:27 -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