Victor Anyakin - 2013-07-25
  • summary: Implement Thomson NFA --> Implement Thompson NFA
  • Description has changed:

Diff:

--- old
+++ new
@@ -1,3 +1,3 @@
-Thomson NFA implementation would be a nice complement to the suit of simple substring search algorithms implementations in this library.
+Thompson NFA implementation would be a nice complement to the suit of simple substring search algorithms implementations in this library.

-Thomson NFA has a number of benefits compared to the standard Perl-compatible regular expressions engines that are very close to the spirit of this library: robust string search/matching algorithms implementations.
+Thompson NFA has a number of benefits compared to the standard Perl-compatible regular expressions engines that are very close to the spirit of this library: robust string search/matching algorithms implementations.