go/usr/gri/pretty
Robert Griesemer 9d20c85ae9 - fixed missing parens in some cases of unary expressions
- added validation test verifying that pretty output compiles with 6g again (disabled at the moment)
- replaced another recursive function with an interative solution

R=r
OCL=17505
CL=17505
2008-10-20 16:44:03 -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 - fixed missing parens in some cases of unary expressions 2008-10-20 16:44:03 -07:00
utils.go First cut at a Go pretty printer: 2008-09-18 16:58:37 -07:00