• Marcel van Lohuizen's avatar
    exp/norm: implementation of decomposition and composing functionality. · b40bd5ef
    Marcel van Lohuizen authored
    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
    b40bd5ef
Name
Last commit
Last update
..
datafmt Loading commit data...
gui Loading commit data...
norm Loading commit data...
regexp Loading commit data...
template/html Loading commit data...
wingui Loading commit data...
README Loading commit data...