1
0
mirror of https://github.com/golang/go synced 2024-11-20 09:44:45 -07:00
go/usr/gri/pretty
Robert Griesemer cec64a2dd5 - some factoring of scan/parse phase so we can attach other functionality
easily (for instance import dependency extraction)
- support for new "..." syntax
- minor cleanup

R=r
OCL=17811
CL=17811
2008-10-24 14:04:54 -07:00
..
ast.go - expanded parsing heuristics to deal with new(T, ...) 2008-10-23 17:56:54 -07:00
Makefile - some factoring of scan/parse phase so we can attach other functionality 2008-10-24 14:04:54 -07:00
Makefile.iant - some factoring of scan/parse phase so we can attach other functionality 2008-10-24 14:04:54 -07:00
parser.go - some factoring of scan/parse phase so we can attach other functionality 2008-10-24 14:04:54 -07:00
platform.go - fix for out-of-bounds error found by rsc 2008-09-19 10:56:35 -07:00
pretty.go - some factoring of scan/parse phase so we can attach other functionality 2008-10-24 14:04:54 -07:00
printer.go - some factoring of scan/parse phase so we can attach other functionality 2008-10-24 14:04:54 -07:00
scanner.go - expanded parsing heuristics to deal with new(T, ...) 2008-10-23 17:56:54 -07:00
selftest.go - simplified parsing of composite literals and slices by 2008-10-18 20:20:30 -07:00
test.sh - expanded parsing heuristics to deal with new(T, ...) 2008-10-23 17:56:54 -07:00
utils.go First cut at a Go pretty printer: 2008-09-18 16:58:37 -07:00