Last Modified
2014-06-07 04:05:53 +0000
Requires

Description

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

Example:

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