Ranges work and minimization works (using Hopcroft's algorithm)!
commit20d85a2a3109c434559461355df19c5cb6cf68d1
authorJoshua Haberman <joshua@reverberate.org>
Tue, 22 May 2007 06:42:10 +0000 (21 23:42 -0700)
committerJoshua Haberman <joshua@reverberate.org>
Tue, 22 May 2007 06:42:10 +0000 (21 23:42 -0700)
tree9a1ab0890b8735d6583418cf2f05c8f4a128f606
parentbfb718d50d8a0d9944ed91836d156ac2cdc17d63
Ranges work and minimization works (using Hopcroft's algorithm)!
data_structures.lua
fa.lua
minimize.lua
misc.lua
nfa_to_dfa.lua
regex_parser.lua
sketches/minimize.lua
sketches/misc.lua [new file with mode: 0644]
sketches/regex_debug.lua