Last Modified
2014-03-06 22:10:35 +0000
Requires

Description

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

Example:

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