Look into alternatives to using regex
#2197
Labels
C: dependencies
S: accepted
The changes in this design / enhancement issue have been accepted and can be implemented
T: enhancement
New feature or request
We're using the
regex
third-party library to avoid a bug around certain Unicode symbols: see #1047 (PR) and #455 (issue). However, this dependency is costly because it's a C library and compiling it is difficult for some users. We should explore rewriting the relevant parts of the parser to not use a regex so we can avoid this dependency.The text was updated successfully, but these errors were encountered: