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

Would you possibly add a new tag including patches for stricteffects? #116

Closed ringabout closed 1 year ago

ringabout commented 2 years ago

Hello @nitely

Some packages depend on nim-regex and without the patch for stricteffects, they cannot pass tests of https://github.com/nim-lang/Nim/pull/19380 and it will be enabled for v2.

nitely commented 1 year ago

done

ringabout commented 1 year ago

Thank you!