Descriptiongo/ast: provide complete node text range info
- add End() method to all nodes; the text range of a node n is [n.Pos(), n.End())
- various small bug fixes in the process
- fixed several comments
Patch Set 1 #Patch Set 2 : code review 3769042: go/ast: provide complete node text range info #Patch Set 3 : code review 3769042: go/ast: provide complete node text range info #
Total comments: 1
MessagesTotal messages: 5
|