1
0
mirror of https://github.com/golang/go synced 2024-11-26 13:38:20 -07:00
go/usr/gri
Robert Griesemer 5a72ca45fb - renamed scanner.Location to token.Position
- by moving Position into token, scanner dependencies
  are removed from several files
- clearer field names in token.Position, now possible to
  have a Pos() accessor w/o naming conflicts
- added Pos() accessor
- use anonymous token.Position field in AST nodes

R=r
DELTA=244  (28 added, 55 deleted, 161 changed)
OCL=26786
CL=26793
2009-03-26 16:08:44 -07:00
..
gosrc/test - removed obsolete files from repository 2009-01-29 17:00:18 -08:00
pretty - renamed scanner.Location to token.Position 2009-03-26 16:08:44 -07:00