The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

CMD - Commandline interface for the Formal Language & Automata Toolkit

SYNOPSIS

CMD.pm is provides an interface to the fash commandline utility that offers certain features implemented in FLAT. Consequently, this interface is also available using the perl -MFLAT::CMD -e func paradigm, but fash makes things a lot more convenient.

USAGE

All regular language objects in FLAT implement the following methods. Specific regular language representations (regex, NFA, DFA) may implement additional methods that are outlined in the repsective POD pages.

AUTHORS & ACKNOWLEDGEMENTS

FLAT is written by Mike Rosulek <mike at mikero dot com> and Brett Estrade <estradb at gmail dot com>.

The initial version (FLAT::Legacy) by Brett Estrade was work towards an MS thesis at the University of Southern Mississippi.

Please visit the Wiki at http://www.0x743.com/flat

LICENSE

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.