summaryrefslogtreecommitdiff
path: root/src/lib/go/token.go
AgeCommit message (Expand)AuthorFilesLines
2009-05-05new dir structure for lib/goRobert Griesemer1-339/+0
2009-03-27- have explicit KeyValueExpr node instead of BinaryExpr ':' (as discussed)Robert Griesemer1-6/+5
2009-03-26- renamed scanner.Location to token.PositionRobert Griesemer1-3/+19
2009-03-26- introduce explicit Token typeRobert Griesemer1-11/+14
2009-03-16added &^ and &^=Robert Griesemer1-1/+5
2009-03-09- more documentation adjustmentsRobert Griesemer1-1/+0
2009-03-09token.go documentationRobert Griesemer1-10/+32
2009-03-09- directory rename lang -> goRobert Griesemer1-0/+296