nitely / nim-regex

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

Fix zero match repetition mix #84

Closed nitely closed 3 years ago

nitely commented 3 years ago

fixes #83

timotheecour commented 3 years ago

haven't how it works, but thanks for fixing this! can you add test case from https://github.com/nitely/nim-regex/issues/83#issuecomment-719960800 ?

nitely commented 3 years ago

@timotheecour I just did. I'll add a few more tests before merging.