You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I'm using parsing expressions with regexpp which actually has most of the expensive parts of unicode support (the definitions of all the unicode character classes) baked into it. It should be fairly easy to expose that functionality in the current setup, though I would also enjoy having a lighter weight version of the package that did not offer unicode functionality (but also would not incur unicode's hit to bundle size).
The text was updated successfully, but these errors were encountered:
Currently I'm using parsing expressions with
regexpp
which actually has most of the expensive parts of unicode support (the definitions of all the unicode character classes) baked into it. It should be fairly easy to expose that functionality in the current setup, though I would also enjoy having a lighter weight version of the package that did not offer unicode functionality (but also would not incur unicode's hit to bundle size).The text was updated successfully, but these errors were encountered: