]> Cypherpunks repositories - gostls13.git/commit
- accept new composite literal syntax
authorRobert Griesemer <gri@golang.org>
Sat, 14 Feb 2009 00:27:53 +0000 (16:27 -0800)
committerRobert Griesemer <gri@golang.org>
Sat, 14 Feb 2009 00:27:53 +0000 (16:27 -0800)
commit18ed7e690a63c181827978aa5ec41707553bb051
treea50c16821ff441581c210fa06f517a761f963a23
parent070738c30c8295e61572530b7affb13daf4153d1
- accept new composite literal syntax
- remove all parsing heuristics
- as a result, accept a wider syntax, but parser is simpler

R=r
OCL=25029
CL=25029
usr/gri/pretty/ast.go
usr/gri/pretty/parser.go
usr/gri/pretty/printer.go