1
0
mirror of https://github.com/golang/go synced 2024-11-20 10:54:49 -07:00
go/usr/gri/pretty
Robert Griesemer 816c1cefff - expanded parsing heuristics to deal with new(T, ...)
- fixed an issue with select
- added all bugs and fixedbugs tests that are syntactically correct to the test suite
- minor cosmetic changes

R=r
OCL=17759
CL=17759
2008-10-23 17:56:54 -07:00
..
ast.go - expanded parsing heuristics to deal with new(T, ...) 2008-10-23 17:56:54 -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 - expanded parsing heuristics to deal with new(T, ...) 2008-10-23 17:56:54 -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 - expanded parsing heuristics to deal with new(T, ...) 2008-10-23 17:56: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