summaryrefslogtreecommitdiff
path: root/src/Graphemes.zig (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Begin conformance testGravatar Sam Atman2025-05-151-0/+22
| | | | | I'm not sure the details of this strategy can actually be made to work. But, something can.
* Vastly simplify peek()Gravatar Sam Atman2025-05-151-60/+3
| | | | Idiomatic Zig takes awhile, what can I say (yes I wrote the first one).
* Setup variants for all allocating modulesGravatar Sam Atman2025-04-301-15/+17
| | | | | | | | This harmonizes the allocating modules in a couple of ways. All can now be constructed by pointer, and all treat various miscellaneous read failures as `unreachable`, which indeed they should be. The README has been updated to inform users of this option.
* grapheme now Graphemes, Data files goneGravatar Sam Atman2025-04-301-0/+421