issues
search
yandex
/
pire
Perl Incompatible Regular Expressions library
http://github.com/dprokoptsev/pire/wiki
Other
329
stars
30
forks
source link
Inconsistency in run.h: LongestSuffix uses Step, ShortestSuffix uses scanner.Next
#23
Open
starius
opened
9 years ago
starius
commented
9 years ago
LongestSuffix
uses
Step. Step
calls
scanner.Next and scanner.TakeAction.
ShortestSuffix
uses
scanner.Next.
Can both of them use same function?
Can both of them use same function?