]> Cypherpunks repositories - gostls13.git/commit
scanner cleanup - getting it ready to as a library
authorRobert Griesemer <gri@golang.org>
Tue, 3 Mar 2009 04:27:09 +0000 (20:27 -0800)
committerRobert Griesemer <gri@golang.org>
Tue, 3 Mar 2009 04:27:09 +0000 (20:27 -0800)
commitd169268a1a9b0f6b28a02ffd6590ba7b288e7aab
tree9a4be091b0dcbe319409d1b32981628a308f0020
parentda34bea950229a2bae01d080cbf833e567c5b84e
scanner cleanup - getting it ready to as a library
- removed unneeded code that accumulated over time
- change src from string to []byte (perhaps should be io.Read
but that has some other disadvantages)
- simplified interface

R=r
OCL=25615
CL=25615
usr/gri/pretty/compilation.go
usr/gri/pretty/parser.go
usr/gri/pretty/platform.go
usr/gri/pretty/pretty.go
usr/gri/pretty/scanner.go
usr/gri/pretty/test.sh