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 the 32768 regex len limitation #139

Open nitely opened 3 months ago

nitely commented 3 months ago

int16 is used for the NFA node state indices Use int32 instead.