]> Cypherpunks repositories - gostls13.git/commit
go/ast: ast.Print needs a file set to print position values nicely
authorRobert Griesemer <gri@golang.org>
Thu, 10 Mar 2011 20:54:33 +0000 (12:54 -0800)
committerRobert Griesemer <gri@golang.org>
Thu, 10 Mar 2011 20:54:33 +0000 (12:54 -0800)
commitf1fee448bcac162ff917f35da1536354507c4713
tree97a50e050fc77aa32a6131035da5ec59e6283aab
parent2099e9fdacbd64cdec0b9e5ea436063265ae1d98
go/ast: ast.Print needs a file set to print position values nicely

Also removed a TODO (AST nodes have been restructured a while ago).

R=r
CC=golang-dev
https://golang.org/cl/4245077
src/pkg/go/ast/print.go