1
0
mirror of https://github.com/golang/go synced 2024-10-03 06:11:21 -06:00
go/src/pkg/scanner
Robert Griesemer abda9e6f89 Light-weight scanner for general use.
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
https://golang.org/cl/181160
2010-01-12 17:04:45 -08:00
..
Makefile Light-weight scanner for general use. 2010-01-12 17:04:45 -08:00
scanner_test.go Light-weight scanner for general use. 2010-01-12 17:04:45 -08:00
scanner.go Light-weight scanner for general use. 2010-01-12 17:04:45 -08:00