1
0
mirror of https://github.com/golang/go synced 2024-10-04 10:31:22 -06:00
go/src/pkg/exp
Marcel van Lohuizen 849b54a2f9 exp/norm: added trie lookup code and associated tests.
- triegen.go: Factored out trie generation code from maketables.go
  (only renamed printTrieTables to printTables and made it a method).
- maketesttables.go: new tool to generate data for the trie unit test.
- Makefile: changed accordingly.
- trie.go: trie lookup code.
- trietest_data.go: generated by maketesttables.go.
- trie_test.go: unit test for trie.go.

R=r
CC=golang-dev
https://golang.org/cl/4844053
2011-08-10 15:36:27 +02:00
..
datafmt container/vector: removed last instances of vector outside of container/vector itself from the core libs 2011-08-08 11:27:09 -07:00
gui image: change Pix from []FooColor to []uint8. 2011-07-12 16:39:38 +10:00
norm exp/norm: added trie lookup code and associated tests. 2011-08-10 15:36:27 +02:00
regexp exp/regexp: implement regexp API using exp/regexp/syntax 2011-07-24 17:00:28 -04:00
template exp/template: do not take address of interface variable to find methods. 2011-08-09 17:07:29 +10:00
wingui syscall: delay load of dll functions until they are called 2011-07-31 20:07:04 +10: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.