summaryrefslogtreecommitdiff
path: root/src/lib/go/scanner_test.go
AgeCommit message (Expand)AuthorFilesLines
2009-05-05new dir structure for lib/goRobert Griesemer1-255/+0
2009-04-16Convert go tree to hierarchical pkg directory:Russ Cox1-2/+2
2009-03-26minor tweaks:Robert Griesemer1-3/+10
2009-03-26fix scanner initialization, add testRobert Griesemer1-1/+24
2009-03-26- renamed scanner.Location to token.PositionRobert Griesemer1-11/+11
2009-03-26- introduce explicit Token typeRobert Griesemer1-8/+8
2009-03-16added &^ and &^=Robert Griesemer1-0/+2
2009-03-12- remove special handling of '\n' characters (used to be treated as commentsRobert Griesemer1-141/+153
2009-03-11- scanner to track line/col number instead of byte position onlyRobert Griesemer1-8/+10
2009-03-10- allow unicode digits in identifiersRobert Griesemer1-0/+7
2009-03-09- directory rename lang -> goRobert Griesemer1-0/+202