https://github.com/hoehrmann/algorithm-constructdfa
Algorithm::ConstructDFA Perl module
https://github.com/hoehrmann/algorithm-constructdfa
Last synced: 10 months ago
JSON representation
Algorithm::ConstructDFA Perl module
- Host: GitHub
- URL: https://github.com/hoehrmann/algorithm-constructdfa
- Owner: hoehrmann
- Created: 2014-01-16T23:58:07.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-12T15:36:36.000Z (almost 12 years ago)
- Last Synced: 2025-02-01T04:43:38.447Z (11 months ago)
- Language: Perl
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Data::AutoBimap
===============
Please see `perldoc lib/Algorithm/ConstructDFA.pm` for details.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install