NAME
Algorithm::ConstructDFA::XS - C++ version of Algorithm::ConstructDFA
SYNOPSIS
use Algorithm::ConstructDFA::XS;
my $dfa = construct_dfa_xs(...);
...
DESCRIPTION
Replacement for Algorithm::ConstructDFA written in C++.
FUNCTIONS
- construct_dfa_xs(...)
-
Same as
construct_dfa
in Algorithm::ConstructDFA. The public API should be the same between the two modules if the version numbers match.
EXPORTS
The function construct_dfa_xs
by default.
AUTHOR / COPYRIGHT / LICENSE
Copyright (c) 2014 Bjoern Hoehrmann <bjoern@hoehrmann.de>.
This module is licensed under the same terms as Perl itself.