/grapheme-clusters

Coq proofs about Unicode grapheme clusters

Primary LanguageCoqMIT LicenseMIT

Grapheme Clusters

A mix of Coq proofs and Haskell code about Unicode Grapheme Clusters as specified in UAX29. The idea is to automatically derive a regular expression from the rules given in UAX29 and identify degenerate cases (since UAX29 doesn't list all degenerate cases).

Usage and Development

Use Stack.