Show HN: Non-backtracking, Unicode aware regular expression library in C89 (github.com) 7 points by mnurzia 1y ago ↗ HN
[–] AlbertoGP 1y ago ↗ The description in the documentation sounds interesting but I can not find any license, and although that might seem pedantic I can not even read the source code without it. [–] mnurzia 1y ago ↗ There's a MIT license in both source files, but I added a copy of it to the project root for those that have this constraint. Thanks!
[–] mnurzia 1y ago ↗ There's a MIT license in both source files, but I added a copy of it to the project root for those that have this constraint. Thanks!
[–] rurban 1y ago ↗ Whow, huge!This should replace perl's regex engine, as it would blow it away with its builtin unicode features and much saner coding. No longjmp's.
3 comments
[ 3.2 ms ] story [ 19.8 ms ] threadThis should replace perl's regex engine, as it would blow it away with its builtin unicode features and much saner coding. No longjmp's.