NAME

Gfsm - Perl interface to the libgfsm finite-state library

SYNOPSIS

  use Gfsm;
 
  ##... stuff happens

DESCRIPTION

The Gfsm module provides an object-oriented interface to the libgfsm library for finite-state machine operations.

SEE ALSO

Gfsm::constants(3perl), Gfsm::Alphabet(3perl), Gfsm::Automaton(3perl), Gfsm::Automaton::Indexed(3perl), Gfsm::Semiring(3perl), perl(1), gfsmutils(1), fsm(1).

AUTHOR

Bryan Jurish <moocow@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2005-2018 by Bryan Jurish

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.24.1 or, at your option, any later version of Perl 5 you may have available.