]> Cypherpunks repositories - gostls13.git/commit
scanner: implement Peek() to look at the next char w/o advancing
authorRobert Griesemer <gri@golang.org>
Thu, 15 Apr 2010 04:33:34 +0000 (21:33 -0700)
committerRobert Griesemer <gri@golang.org>
Thu, 15 Apr 2010 04:33:34 +0000 (21:33 -0700)
commit0fd00c8bb7ae67cc625cf8b2d04efb21f6958648
tree13c3e806bb194b5c42379dffd767f3e38f5e9b7e
parent1baf35e41fde449ecd008aac4f67fc0e6e0fc665
scanner: implement Peek() to look at the next char w/o advancing

R=rsc
CC=golang-dev
https://golang.org/cl/840045
src/pkg/scanner/scanner.go