go/src/pkg/exp
Marcel van Lohuizen b40bd5efb7 exp/norm: implementation of decomposition and composing functionality.
forminfo.go:
- Wrappers for table data.
- Per Form dispatch table.
composition.go:
- reorderBuffer type.  Implements decomposition, reordering, and composition.
- Note: decompose and decomposeString fields in formInfo could be replaced by
  a pointer to the trie for the respective form.  The proposed design makes
  testing easier, though.
normalization.go:
- Temporarily added panic("not implemented") methods to make the tests run.
  These will be removed again with the next CL, which will introduce the
  implementation.

R=r, rogpeppe, mpvl, rsc
CC=golang-dev
https://golang.org/cl/4875043
2011-08-17 18:12:39 +10: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: implementation of decomposition and composing functionality. 2011-08-17 18:12:39 +10:00
regexp exp/regexp: implement regexp API using exp/regexp/syntax 2011-07-24 17:00:28 -04:00
template/html exp/template/html: rework Reverse(*Template) to do naive autoescaping 2011-08-17 16:00:02 +10:00
wingui syscall: delay load of dll functions until they are called 2011-07-31 20:07:04 +10:00
README

README

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