1
0
mirror of https://github.com/golang/go synced 2024-11-19 05:54:44 -07:00
go/usr/gri/pretty
Robert Griesemer d910e90edd - heuristics for parsing composite literals in some cases
- fixed result parsing of function types

R=r
OCL=15585
CL=15585
2008-09-19 18:06:53 -07:00
..
ast.go First cut at a Go pretty printer: 2008-09-18 16:58:37 -07:00
Makefile - fix for out-of-bounds error found by rsc 2008-09-19 10:56:35 -07:00
parser.go - heuristics for parsing composite literals in some cases 2008-09-19 18:06:53 -07:00
platform.go - fix for out-of-bounds error found by rsc 2008-09-19 10:56:35 -07:00
pretty.go - simplified parser by better factoring 2008-09-19 12:12:28 -07:00
printer.go First cut at a Go pretty printer: 2008-09-18 16:58:37 -07:00
scanner.go - fixed bug which prevented parser.go from compiling 2008-09-18 22:53:54 -07:00
utils.go First cut at a Go pretty printer: 2008-09-18 16:58:37 -07:00