Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/840045
|
|
- gofmt -w src misc
- looking for feedback
R=rsc, r
CC=golang-dev
http://codereview.appspot.com/223076
|
|
also check for illegal UTF-8 sequences
R=rsc
CC=golang-dev
http://codereview.appspot.com/218061
|
|
Emphasis on minimal interface and fast scanning.
Recognizes all Go literals by default. Easily
configurable to recognize different whitespace
characters and tokens.
Provides detailed position information for each
token.
R=rsc, r
CC=golang-dev
http://codereview.appspot.com/181160
|