summaryrefslogtreecommitdiff
path: root/src/lib/go/scanner.go
AgeCommit message (Expand)AuthorFilesLines
2009-03-26minor tweaks:Robert Griesemer1-12/+30
2009-03-26fix scanner initialization, add testRobert Griesemer1-1/+3
2009-03-26- renamed scanner.Location to token.PositionRobert Griesemer1-50/+44
2009-03-26- introduce explicit Token typeRobert Griesemer1-7/+7
2009-03-16added &^ and &^=Robert Griesemer1-1/+7
2009-03-12- remove special handling of '\n' characters (used to be treated as commentsRobert Griesemer1-46/+28
2009-03-11- scanner to track line/col number instead of byte position onlyRobert Griesemer1-59/+61
2009-03-10- allow unicode digits in identifiersRobert Griesemer1-28/+35
2009-03-09- more documentation adjustmentsRobert Griesemer1-5/+5
2009-03-09Fixing comment.Robert Griesemer1-2/+2
2009-03-09scanner.go documentationRobert Griesemer1-13/+18
2009-03-09- directory rename lang -> goRobert Griesemer1-0/+475