]> Cypherpunks repositories - gostls13.git/commit
- expanded parsing heuristics to deal with new(T, ...)
authorRobert Griesemer <gri@golang.org>
Fri, 24 Oct 2008 00:56:54 +0000 (17:56 -0700)
committerRobert Griesemer <gri@golang.org>
Fri, 24 Oct 2008 00:56:54 +0000 (17:56 -0700)
commit816c1cefff6193f7fb8623742f19df22294ddbfd
treee90678031f57451ee54b3cbf1ee22c4838c5f3ee
parent8327b54169ef32801027bac65661b97b4dc95ad6
- 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
usr/gri/pretty/ast.go
usr/gri/pretty/parser.go
usr/gri/pretty/printer.go
usr/gri/pretty/scanner.go
usr/gri/pretty/test.sh