issues
search
nitely
/
nim-regex
Pure Nim regex engine. Guarantees linear time matching
https://nitely.github.io/nim-regex/
MIT License
228
stars
21
forks
source link
New API
#122
Closed
nitely
closed
1 year ago
nitely
commented
1 year ago
Implementation for #111
[x] implement all described APIs
[x] store last capture only in
O(regex_size*groups_count)
space
[x] optimize internal captures DS
[x] unit test parity
[x] deprecate all old APIs
[x] test on Nim devel
[x] update docs
Implementation for #111
O(regex_size*groups_count)
space