]> Cypherpunks repositories - gostls13.git/commit
- stronger syntax checks
authorRobert Griesemer <gri@golang.org>
Fri, 17 Oct 2008 06:30:42 +0000 (23:30 -0700)
committerRobert Griesemer <gri@golang.org>
Fri, 17 Oct 2008 06:30:42 +0000 (23:30 -0700)
commit61d9a3c3b0b52682a280adc58f305bf125f498d4
tree7c93819d8f58369b363bb995e913028c4240d8fe
parentc4f9f369a6686665e6f43f41ec26ccd446306b56
- 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
usr/gri/pretty/node.go
usr/gri/pretty/parser.go
usr/gri/pretty/pretty.go
usr/gri/pretty/printer.go
usr/gri/pretty/scanner.go