nitely / nim-regex

Pure Nim regex engine. Guarantees linear time matching
https://nitely.github.io/nim-regex/
MIT License
225 stars 20 forks source link

More tests #133

Closed nitely closed 7 months ago

nitely commented 7 months ago

some tests taken from Fowler's regex, and the rust regex.

the only bug they triggered was the x{0} though :(