Open shawnl opened 8 years ago
libtre has a O(n) time approximate regular expression matches, which might be a good match for this project
https://github.com/laurikari/tre/
This library is used for llvm's C++11 regular expressions.
libtre has a O(n) time approximate regular expression matches, which might be a good match for this project
https://github.com/laurikari/tre/
This library is used for llvm's C++11 regular expressions.