ridiculousfish / regress

REGex in Rust with EcmaScript Syntax
Apache License 2.0
175 stars 11 forks source link

Refactor unicode generation to fully use ucd-parse #77

Closed raskad closed 7 months ago

raskad commented 8 months ago

This removes our custom parsing for ucd files and migrates it to the ucd-parse crate.

raskad commented 7 months ago

Hi @ridiculousfish as you can see I added some PRs in addition to this one. If you have time, could you take a look at them? If you are ok with all of the changes, I can handle all of the merging and git conflicts.