]> Cypherpunks repositories - gostls13.git/commit
Support for line comments trailing a field or declaration:
authorRobert Griesemer <gri@golang.org>
Mon, 15 Jun 2009 22:43:11 +0000 (15:43 -0700)
committerRobert Griesemer <gri@golang.org>
Mon, 15 Jun 2009 22:43:11 +0000 (15:43 -0700)
commit4a50434a366743d6ddbd8a3651f76d7c811b6835
treec48066a587b00986e4d31760b7611dcca897e0f0
parentbe87e33b1f398af8f0dad48c5edca9212bf3eee6
Support for line comments trailing a field or declaration:
- ast: added extra fields
- parser: extended comment parsing to capture potential trailing comments

Cleanups:
- parser: more documentation, changed various identifiers from _-style to camelCase

R=r,rsc
DELTA=214  (84 added, 13 deleted, 117 changed)
OCL=30259
CL=30299
src/pkg/go/ast/ast.go
src/pkg/go/parser/parser.go