summaryrefslogtreecommitdiff
path: root/src/pkg/scanner
AgeCommit message (Expand)AuthorFilesLines
2010-04-14scanner: implement Peek() to look at the next char w/o advancingRobert Griesemer1-0/+8
2010-03-02gofmt: experiment: align values in map composites where possibleRobert Griesemer1-7/+7
2010-02-22scanner: match go/scanner and disallow NUL character;Robert Griesemer2-6/+17
2010-01-12Light-weight scanner for general use.Robert Griesemer3-0/+1119