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

workaround #81 #82

Closed timotheecour closed 3 years ago

timotheecour commented 3 years ago

@nitely we should keep #81 open until https://github.com/nim-lang/Nim/issues/15511 is fixed to remove this workaround

timotheecour commented 3 years ago

note: my fix wasn't the most efficient, I should've used setLen ... as in system.add