Adds Russ Cox's awesome regexp DFA implementation.
authorJustin Seyster <jseyster@cs.sunysb.edu>
Thu, 17 Feb 2011 01:58:20 +0000 (20:58 -0500)
committerJustin Seyster <jseyster@cs.sunysb.edu>
Thu, 17 Feb 2011 01:58:20 +0000 (20:58 -0500)
commitd28f6aa761bd44cc51179f96423d9f3fe83605d4
treee72a52d00466ecabfc38e8bbe5995c7c0cc043df
parentc78c609633dfb67afbb4cbb6e0c85cd36a259b2c
Adds Russ Cox's awesome regexp DFA implementation.

Lots of scary licensing text!  I'm keeping this GPL3 just for the sake
of simplicity/consistency.  Nobody is going to want the changes I make
here anyway, so it doesn't make much of a difference that I'm
relicensing.
src/nfa.c [new file with mode: 0644]