Last Modified
2014-09-11 14:51:21 +0000
Requires

Description

A sequence of parslets, matched from left to right. Denoted by ‘>>’

Example:

str('a') >> str('b')  # matches 'a', then 'b'