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

Improve internal types #97

Closed nitely closed 3 years ago

nitely commented 3 years ago

Remove some types ambiguity

PS. distinct type of seq doesn't work well + borrow is a PITA, so I avoid it.