A sequence of parslets, matched from left to right. Denoted by ’>>’
Example:
str('a') >> str('b') # matches 'a', then 'b'
[Validate]