1
0
mirror of https://github.com/golang/go synced 2024-10-05 20:21:21 -06:00
go/src/pkg/exp
Marcel van Lohuizen 5e47b77990 exp/locale/collate/tools/colcmp: implementation of colcmp tool used for comparing
various implementation of collation.  The tool provides commands for soring,
regressing one implementation against another, and benchmarking.
Currently it includes collation implementations for the Go collator, ICU,
and one using Darwin's CoreFoundation framework.
To avoid building this tool in the default build, the colcmp tag has been
added to all files. This allows other tools/colcmp in this directory (e.g. it may make
sense to move maketables here) to be put in this directory as well.

R=r, rsc, mpvl
CC=golang-dev
https://golang.org/cl/6496118
2012-09-24 13:22:03 +09:00
..
ebnf build: remove Make.pkg, Make.tool 2012-01-30 23:43:46 -05:00
ebnflint tools: update references to "x" to be "go tool x" 2012-02-04 07:03:20 +11:00
gotype exp/types: generalized GCImporter API. 2012-03-26 11:26:05 -07:00
html exp/html: change a node's children from a slice to a linked list. 2012-08-31 10:00:12 +10:00
inotify exp/inotify: prevent data race 2012-06-25 14:08:09 -04:00
locale/collate exp/locale/collate/tools/colcmp: implementation of colcmp tool used for comparing 2012-09-24 13:22:03 +09:00
norm exp/norm: It is important that the unicode versions of the various packages align. 2012-05-07 11:41:40 +02:00
types cmd/pack: rename __.SYMDEF to __.GOSYMDEF 2012-09-13 10:26:21 -04:00
utf8string exp/utf8string: Correct package name in error messages 2012-04-02 12:06:05 -04:00
winfsnotify syscall: return EINVAL when string arguments have NUL characters 2012-08-05 17:24:32 -04:00
README explain exp 2009-10-15 11:02:18 -07:00

This directory tree contains experimental packages and
unfinished code that is subject to even more change than the
rest of the Go tree.