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
- Host: GitHub
- URL: https://github.com/hoehrmann/algorithm-constructdfa2
- Owner: hoehrmann
- Created: 2018-01-23T00:50:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-25T21:43:33.000Z (over 4 years ago)
- Last Synced: 2025-03-13T00:42:37.921Z (7 months ago)
- Topics: dfa-construction, finite-state-automata, graph-algorithms, perl-module, perl5
- Language: Perl
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
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