]> Cypherpunks repositories - gostls13.git/commit
- Ident node now takes a string Value instead of a []bytes
authorRobert Griesemer <gri@golang.org>
Thu, 2 Apr 2009 22:58:38 +0000 (15:58 -0700)
committerRobert Griesemer <gri@golang.org>
Thu, 2 Apr 2009 22:58:38 +0000 (15:58 -0700)
commite3fdcdfea786a503f07a82807c6b43e2a59fda78
tree09be04c2acd6b4e538e6e55298fe39d6db3e7a8b
parent2d543d0c14e03e6a1cbd1ed74152f4018ce505de
- Ident node now takes a string Value instead of a []bytes
(this removes a lot of string() conversions down the road)
- a few minor adjustments

R=rsc
DELTA=11  (0 added, 0 deleted, 11 changed)
OCL=27029
CL=27038
src/lib/go/ast.go
src/lib/go/parser.go