aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/Makefile
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2010-01-12 17:04:45 -0800
committerRobert Griesemer <gri@golang.org>2010-01-12 17:04:45 -0800
commitabda9e6f893d4ad7aa5dc79a4eadc7e235133ca9 (patch)
tree6d47cdae0270e77e02340457d02b1528a3d7e88b /src/pkg/Makefile
parentcbd3b2e8d594ac0298b32de111bf99319342c494 (diff)
downloadgo-abda9e6f893d4ad7aa5dc79a4eadc7e235133ca9.tar.xz
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
Diffstat (limited to 'src/pkg/Makefile')
-rw-r--r--src/pkg/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pkg/Makefile b/src/pkg/Makefile
index 4f001db855..034a66bb6e 100644
--- a/src/pkg/Makefile
+++ b/src/pkg/Makefile
@@ -99,6 +99,7 @@ DIRS=\
regexp\
rpc\
runtime\
+ scanner\
sort\
strconv\
strings\