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
  1. LongestSuffix uses Step. Step calls scanner.Next and scanner.TakeAction.
  2. ShortestSuffix uses scanner.Next.

Can both of them use same function?