zesterer / chumsky

Write expressive, high-performance parsers with ease.
https://crates.io/crates/chumsky
MIT License
3.63k stars 155 forks source link

Implementing `Char` for graphemes and all the necessary changes to make it happen. #698

Open Hedgehogo opened 3 weeks ago

Hedgehogo commented 3 weeks ago

Added Graphemes and Grapheme types. Cardinally updated Char trait and slightly modified StrInput trait

zesterer commented 2 weeks ago

Thanks! I'll try to find time to review this over the next day or two.