NAME
DTA::CAB::Analyzer::Rewrite - rewrite analysis via Gfsm::XL cascade
SYNOPSIS
use DTA::CAB::Analyzer::Rewrite;
$rw = DTA::CAB::Analyzer::Rewrite->new(%args);
DESCRIPTION
DTA::CAB::Analyzer::Rewrite is a just a simplified wrapper for DTA::CAB::Analyzer::Automaton::Gfsm::XL which sets the following default options:
##-- analysis selection
analyzeDst => 'rw', ##-- output token property
wantAnalysisLo => 0, ##-- don't output lower lower labels
tolowerNI => 1, ##-- bash non-initial input characters to lower-case
AUTHOR
Bryan Jurish <moocow@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2009-2019 by Bryan Jurish
This package 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.