Commit graph

6 commits

Author SHA1 Message Date
dc90b8fd6c Fix broken unit tests, significant cleanup
- Have to break the match statement into specific section and non-specific section
  - (some ordering is still unclear to me, lets see if we can copy more go-uniseg unit tests)
- Add emoji to the grapheme list
- First character must be processed first
  - then state transition done on next char with peek!
- Fix other off-by-one issues, now unit tests pass!
2024-03-04 14:01:11 -05:00
e53876be52 Holy shit it works 2024-03-03 20:25:47 -05:00
f1c03097f1 Renaming to uniseg 2024-03-03 13:13:22 -05:00
4a93c70b79 Significant refactors and cleanups, and add grapheme parse 2024-03-02 18:54:38 -05:00
470b20a74c Add emoji and actually get east asian generator working 2024-03-02 13:37:54 -05:00
10c8421f29 WIP script 2024-03-01 08:09:22 -05:00