1
0
mirror of https://github.com/golang/go synced 2024-10-03 16:31:27 -06:00
go/usr/gri/pretty
Robert Griesemer 3c2f0ae132 * pretty printing snapshot: towards printing comments nicely
- implemented elastic tabstops algorithm, now correct and documented
- first cut at printing comments (use -comments flag, disabled for now)
- struct field types are now aligned (using elastic tab stops)
- needs more fine-tuning

* fixed a bug in test script
* added quick smoke test to makefile and invoke it in run.bash
  instead of the full test

R=r
OCL=19220
CL=19220
2008-11-13 17:50:46 -08:00
..
ast.go * pretty printing snapshot: towards printing comments nicely 2008-11-13 17:50:46 -08:00
compilation.go - added simple facility to print Makefile dependency rules given a Go source file 2008-10-26 21:32:30 -07:00
Makefile * pretty printing snapshot: towards printing comments nicely 2008-11-13 17:50:46 -08:00
Makefile.iant - added simple facility to print Makefile dependency rules given a Go source file 2008-10-26 21:32:30 -07:00
parser.go * pretty printing snapshot: towards printing comments nicely 2008-11-13 17:50:46 -08:00
platform.go - added simple facility to print Makefile dependency rules given a Go source file 2008-10-26 21:32:30 -07:00
pretty.go - added simple facility to print Makefile dependency rules given a Go source file 2008-10-26 21:32:30 -07:00
printer.go * pretty printing snapshot: towards printing comments nicely 2008-11-13 17:50:46 -08:00
scanner.go * pretty printing snapshot: towards printing comments nicely 2008-11-13 17:50:46 -08:00
selftest0.go - handle field tags in pretty printer 2008-10-31 14:27:34 -07:00
selftest1.go - handle field tags in pretty printer 2008-10-31 14:27:34 -07:00
selftest2.go * pretty printing snapshot: towards printing comments nicely 2008-11-13 17:50:46 -08:00
test.sh * pretty printing snapshot: towards printing comments nicely 2008-11-13 17:50:46 -08:00
utils.go First cut at a Go pretty printer: 2008-09-18 16:58:37 -07:00