1
0
mirror of https://github.com/golang/go synced 2024-10-04 00:21:20 -06:00
go/usr/gri/pretty
Robert Griesemer 52e9080d56 - simplified parsing of composite literals and slices by
treating ":" as lowest-level binary operator
- more precise error message for composites
- added flag -columns (false) - when set, prints precise error column
- a few more tests

R=r
OCL=17428
CL=17428
2008-10-18 20:20:30 -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 - fixed a couple of corner cases (empty statements, empty composites) 2008-10-17 16:19:31 -07:00
parser.go - simplified parsing of composite literals and slices by 2008-10-18 20:20:30 -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 - fixed a couple of corner cases (empty statements, empty composites) 2008-10-17 16:19:31 -07:00
scanner.go - simplified parsing of composite literals and slices by 2008-10-18 20:20:30 -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