1
0
mirror of https://github.com/golang/go synced 2024-11-12 10:20:27 -07:00
go/usr/gri/pretty
Robert Griesemer 79985fa569 - exclude newfn.go from tests - cannot be parsed syntactically alone
in general

R=rsc
DELTA=2  (1 added, 0 deleted, 1 changed)
OCL=17624
CL=17624
2008-10-22 11:27:18 -07:00
..
ast.go - use stringtorune library function for faster rune scanning 2008-10-20 15:03:40 -07:00
Makefile - use stringtorune library function for faster rune scanning 2008-10-20 15:03:40 -07:00
Makefile.iant - use stringtorune library function for faster rune scanning 2008-10-20 15:03:40 -07:00
parser.go - fixed missing parens in some cases of unary expressions 2008-10-20 16:44:03 -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 missing parens in some cases of unary expressions 2008-10-20 16:44:03 -07:00
scanner.go - use stringtorune library function for faster rune scanning 2008-10-20 15:03:40 -07:00
selftest.go - simplified parsing of composite literals and slices by 2008-10-18 20:20:30 -07:00
test.sh - exclude newfn.go from tests - cannot be parsed syntactically alone 2008-10-22 11:27:18 -07:00
utils.go First cut at a Go pretty printer: 2008-09-18 16:58:37 -07:00