issues
search
nitely
/
nim-regex
Pure Nim regex engine. Guarantees linear time matching
https://nitely.github.io/nim-regex/
MIT License
227
stars
21
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Refactor + fix warnings
#146
nitely
closed
1 day ago
0
Reorder epsilon transitions
#145
nitely
closed
3 days ago
0
minor improvements
#144
nitely
closed
5 days ago
0
test refc in Nim 2.0 and newer in addition to ORC
#143
tersec
closed
5 months ago
0
remove compile-time checks for unsupported, pre-1.6 Nim versions
#142
tersec
closed
5 months ago
0
Alternations optimization
#141
nitely
opened
7 months ago
1
No capture optimization for find bounds and split
#140
nitely
closed
7 months ago
0
Remove the 32768 regex len limitation
#139
nitely
opened
8 months ago
0
Slow performance with large amount of groups
#138
bobbbob98
opened
8 months ago
3
Implement PCRE var flags
#137
nitely
closed
8 months ago
0
Disable utf8 regex check for arbitrary bytes
#136
nitely
closed
10 months ago
0
Fix dot to match anything in ascii mode
#135
nitely
closed
10 months ago
0
Match arbitrary bytes
#134
nitely
closed
10 months ago
0
More tests
#133
nitely
closed
1 year ago
0
A question about the operation of Re
#132
Sznymo
closed
1 year ago
3
Verify input is utf-8
#131
nitely
closed
1 year ago
0
Literals substring optimization
#130
nitely
closed
1 year ago
0
Refactor epsilon transitions
#129
nitely
closed
1 year ago
0
deprecitation message is incorrect
#128
daylinmorgan
closed
1 year ago
1
solve https://github.com/nitely/nim-regex/issues/123
#127
Ethosa
closed
1 year ago
6
ORC speedup
#126
nitely
closed
1 year ago
0
match/find/findAll is much slower on ORC
#125
nitely
closed
1 year ago
2
Implement captured API to avoid reNonCapture usage
#124
nitely
opened
1 year ago
0
JS target error on Nim 1.6
#123
nitely
closed
1 year ago
5
New API
#122
nitely
closed
1 year ago
0
C API
#121
thechampagne
closed
1 day ago
0
do not use sets of ints to check chars
#120
metagn
closed
1 year ago
0
fixes quoted variables type erasures
#119
ringabout
closed
1 year ago
2
Fix CI badge status
#118
ire4ever1190
closed
1 year ago
0
fix int set construction
#117
bung87
closed
1 year ago
0
Would you possibly add a new tag including patches for stricteffects?
#116
ringabout
closed
2 years ago
2
Test fail on Nim 1.6 CIs
#115
narimiran
closed
2 years ago
3
Implement branch reset
#114
nitely
opened
2 years ago
0
Add reRepRangeLimit compile flag to define range limit
#113
artemklevtsov
closed
2 years ago
0
Your regex package is referenced in the Nim book now
#112
StefanSalewski
opened
2 years ago
14
New API
#111
nitely
closed
1 year ago
3
Fix for latest's Nim stricter effect tracking
#110
planetis-m
closed
2 years ago
4
Trailing lazy capturing group acting as greedy
#109
danmoseley
closed
3 years ago
10
Support binary input
#108
nitely
closed
10 months ago
0
compiling a regular expression from command line arguments crashes the Nim compiler
#107
Cloudperry
closed
2 years ago
2
import error
#106
dsfbkenbkxcvbkasfknxczv
closed
3 years ago
2
The `.` and multi-line support.
#105
al6x
closed
3 years ago
1
regex very slow at CT
#104
timotheecour
opened
3 years ago
10
followup now that https://github.com/nim-lang/Nim/issues/15511 was fixed
#103
timotheecour
closed
3 years ago
3
Fixes issue #101
#102
nitely
closed
3 years ago
0
Error: Empty group is not allowed
#101
artemklevtsov
closed
3 years ago
7
Capture the last group repetition by default
#100
nitely
closed
1 year ago
1
Fixes #98
#99
nitely
closed
3 years ago
0
Failed parse regular expression
#98
artemklevtsov
closed
3 years ago
1
Improve internal types
#97
nitely
closed
3 years ago
0
Next