]> Cypherpunks repositories - gostls13.git/commit
go/parser: more tolerant parsing of const and var decls
authorRobert Griesemer <gri@golang.org>
Wed, 10 Jul 2013 19:01:07 +0000 (12:01 -0700)
committerRobert Griesemer <gri@golang.org>
Wed, 10 Jul 2013 19:01:07 +0000 (12:01 -0700)
commit4fdc81d001b02918728f8c8bcac99323c6a83b22
tree19682225cb499601c1b08b567f9b85da19602272
parent4ca346795e9f1008878768214895c372838e7e48
go/parser: more tolerant parsing of const and var decls

Instead, rely on the type checker.

R=adonovan
CC=golang-dev
https://golang.org/cl/10826044
src/pkg/go/parser/parser.go
src/pkg/go/parser/short_test.go