An open API service indexing awesome lists of open source software.

https://github.com/hoehrmann/algorithm-constructdfa2

Algorithm::ConstructDFA2 Perl module
https://github.com/hoehrmann/algorithm-constructdfa2

dfa-construction finite-state-automata graph-algorithms perl-module perl5

Last synced: about 1 month ago
JSON representation

Algorithm::ConstructDFA2 Perl module

Awesome Lists containing this project

README

          

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