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.
Creates a sequence of rules passed to the constructor.
Implements a repetition of a specific rule that must match a specified number of times.
Creates a repetition rule that must match minimum $MIN times and maximum $MAX times. If $MAX is ommited, the rule must match at least $MIN times.
Implements an optional rule that may match.
Creates an optional rule.
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.