issues
search
BeRo1985
/
flre
FLRE - Fast Light Regular Expressions - A fast light regular expression library
GNU Lesser General Public License v2.1
94
stars
23
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Correct BeRoFileMappedStream for big file handling
#90
zamtmn
opened
7 months ago
0
PTRPOSCHAR app store crash report
#89
benibela
opened
9 months ago
2
Memory leak's at big text data
#88
Hadgehogs
opened
1 year ago
0
Syntax error at line MaxBitStateNFATextSize:=(Length(TFLREBitStateNFAVisited)*SizeOf(TFLREUInt32)) div CountForwardInstructions;
#87
Hadgehogs
closed
1 year ago
2
Make Delphi Happy, about those conditionals
#86
TommiPrami
opened
2 years ago
2
wrong const alignment
#85
benibela
closed
2 years ago
1
unused units
#84
benibela
opened
2 years ago
3
PtrPosChar not working with \x00 at 8*i position
#83
benibela
closed
2 years ago
3
PtrPosChar wrong size
#82
benibela
closed
2 years ago
0
use w3c definition of \w (see #73)
#81
benibela
opened
3 years ago
0
Is FLRE thread safe??
#80
TommiPrami
opened
3 years ago
2
PtrPosCharPairSearch not working with valgrind
#79
benibela
opened
3 years ago
1
faster parsing and freeing of unused nodes
#78
benibela
closed
2 years ago
1
x+x+ is xx+ not x+
#77
benibela
closed
2 years ago
1
Compiler warnings
#76
TommiPrami
opened
3 years ago
0
FixInsight suggestions
#75
TommiPrami
opened
3 years ago
0
When there are multiple possible local matches, but only one match leads to a global match....
#74
benibela
opened
3 years ago
0
Unicode \w matching
#73
benibela
opened
3 years ago
0
Unicode language classes matching
#72
benibela
opened
3 years ago
1
unicode line separator category matching
#71
benibela
closed
3 years ago
1
subtraction of disjoint character classes
#70
benibela
opened
3 years ago
0
minimum length of subsequent +
#69
benibela
opened
3 years ago
1
Unicode case-insensitiveness
#68
benibela
opened
3 years ago
1
^$ should not match final line break
#67
benibela
opened
3 years ago
0
^$ matched twice
#66
benibela
opened
3 years ago
0
\w includes _
#65
benibela
opened
3 years ago
0
disable assembly based search match function with define
#64
benibela
opened
3 years ago
0
searchMatch matching " Bis " to "\s*Titel\s*"
#63
benibela
opened
3 years ago
0
Please merge pull requests
#62
SlMaker
opened
3 years ago
1
fix fpc warnings
#61
benibela
closed
2 years ago
1
support \p{IsBasicLatin}
#60
benibela
opened
4 years ago
0
Use raw arrays for uppercase/lowercase
#59
Alexey-T
opened
4 years ago
1
Stack alignment
#58
benibela
opened
4 years ago
3
Hashmaps
#57
benibela
opened
4 years ago
3
Match method returns inconsistent result
#56
rchastain
closed
4 years ago
3
Calling TFLRE.Create without the second parameter raises an exception
#55
rchastain
closed
4 years ago
2
Fix Result of PtrSplit (#53)
#54
Bi0T1N
opened
4 years ago
1
Split result is always false
#53
rchastain
opened
4 years ago
0
More examples of using FLRE
#52
Bi0T1N
opened
4 years ago
0
Add some documentation for functions
#51
Bi0T1N
opened
4 years ago
0
Probably a bug with ?! quantifier
#50
Keksov
closed
5 years ago
5
FLRE gives wrong output at optimization levels above O1 with x64 FPC 3.1.1 on Windows
#49
Akira13641
closed
5 years ago
3
- Fix for generating PIC code
#48
Bi0T1N
closed
6 years ago
0
Overloaded MatchAgain that starts where the previous search finished
#47
pyscripter
closed
6 years ago
1
Overloaded Find with captures
#46
pyscripter
closed
6 years ago
1
OnePassNFA will never be used
#45
pyscripter
closed
6 years ago
4
Prefix factoring in Optimize node produces wrong results
#44
pyscripter
closed
6 years ago
6
OnePassNFA is used without first calling CompileOnePassNFA
#43
pyscripter
closed
6 years ago
3
Look ahead and look behind are broken
#42
pyscripter
closed
6 years ago
1
Documentation
#41
pyscripter
opened
6 years ago
0
Next