1
0
mirror of https://github.com/golang/go synced 2024-10-03 16:31:27 -06:00
go/usr/gri/pretty
Robert Griesemer 61d9a3c3b0 - stronger syntax checks
- fixed a bug with non-eof terminated //-style comments
- collecting comments
- first experiments with reproducing comments
  (works but not very pretty, disabled for now)
- idempotent for all correct .go files we have checked in

R=r
OCL=17333
CL=17333
2008-10-16 23:30:42 -07:00
..
Makefile - added test script 2008-10-16 19:24:33 -07:00
Makefile.iant - more robust TokenString implementation 2008-10-16 15:28:36 -07:00
node.go - stronger syntax checks 2008-10-16 23:30:42 -07:00
parser.go - stronger syntax checks 2008-10-16 23:30:42 -07:00
platform.go - fix for out-of-bounds error found by rsc 2008-09-19 10:56:35 -07:00
pretty.go - stronger syntax checks 2008-10-16 23:30:42 -07:00
printer.go - stronger syntax checks 2008-10-16 23:30:42 -07:00
scanner.go - stronger syntax checks 2008-10-16 23:30:42 -07:00
test.sh - added test script 2008-10-16 19:24:33 -07:00
utils.go First cut at a Go pretty printer: 2008-09-18 16:58:37 -07:00