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 B. Estarde <estradb at gmail dot com>.
LICENSE
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.