pointfreeco / swift-parsing

A library for turning nebulous data into well-structured data, with a focus on composition, performance, generality, and ergonomics.
https://www.pointfree.co/collections/parsing
MIT License
864 stars 77 forks source link

Implement Unicode scalars conversion #345

Open kamcma opened 7 months ago

kamcma commented 7 months ago

Addresses #344.

I was also running into #342 and had to implement #343 locally to unblock development. So that's possible a blocker, depending on how CI goes.

Happy to implement any feedback. I do not need a release urgently. A small, local AnyConversion works for me in the meantime.