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

remove compile-time checks for unsupported, pre-1.6 Nim versions #142

Closed tersec closed 1 month ago

tersec commented 1 month ago

Since Drop support for Nim < 1.6 this is all unused/unreachable code.