|
Array::Stream::Transactional::Matcher::Flow - Rules implementing sequences and repetitions. |
Array::Stream::Transactional::Matcher::Flow implements standard flow rules such as an ordered sequence, a repetition and optional rules
Implements a sequence of rules which must match in the order they are defined.
Implements a repetition of a specific rule that must match a specified number of times.
Implements an optional rule that may match.
None by default.
Claes Jacobsson, claesjac@cpan.org
Copyright 2004 by Claes Jacobsson
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
|
Array::Stream::Transactional::Matcher::Flow - Rules implementing sequences and repetitions. |