Algorithm-ConstructDFA2

Deterministic finite automaton construction


Keywords
dfa-construction, finite-state-automata, graph-algorithms, perl-module, perl5
License
Artistic-1.0-Perl

Documentation

Algorithm-ConstructDFA2
=======================

Please see `perldoc lib/Algorithm/ConstructDFA2.pm` for details.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install