1
0
mirror of https://github.com/golang/go synced 2024-11-26 17:07:09 -07:00
go/usr/gri/pretty
Robert Griesemer 6440c59e22 - removed need for lhs field in stat node
- as a result deleted some more code

R=r
OCL=17449
CL=17449
2008-10-20 10:01:34 -07:00
..
Makefile - added test script 2008-10-16 19:24:33 -07:00
Makefile.iant - fixed a couple of corner cases (empty statements, empty composites) 2008-10-17 16:19:31 -07:00
node.go - removed need for lhs field in stat node 2008-10-20 10:01:34 -07:00
parser.go - removed need for lhs field in stat node 2008-10-20 10:01:34 -07:00
platform.go - fix for out-of-bounds error found by rsc 2008-09-19 10:56:35 -07:00
pretty.go - simplified parsing of composite literals and slices by 2008-10-18 20:20:30 -07:00
printer.go - removed need for lhs field in stat node 2008-10-20 10:01:34 -07:00
scanner.go - removed need for lhs field in stat node 2008-10-20 10:01:34 -07:00
selftest.go - simplified parsing of composite literals and slices by 2008-10-18 20:20:30 -07:00
test.sh Added mechanism for very precise self-testing: 2008-10-18 16:42:25 -07:00
utils.go First cut at a Go pretty printer: 2008-09-18 16:58:37 -07:00