| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Begin conformance test | 2025-05-15 | 1 | -26/+57 | |
| | | | | | | I'm not sure the details of this strategy can actually be made to work. But, something can. | ||||
| * | Implement Word iterator | 2025-05-15 | 1 | -0/+228 | |
| | | | | | | | | | | A by-the-book implmentation of the word break rules from tr29. This is superficially inefficient, but compilers are more than able to handle the common subexpression folding ignored by this approach. Now to port the WordBreakPropertyTests, and clean up the inevitable bugs in the implementation. | ||||
| * | Add WordBreakPropertyData | 2025-05-15 | 1 | -0/+102 | |
| Passes some simple lookup tests. | |||||