sequence.rb

Path: lib/parslet/atoms/sequence.rb
Last Update: Thu Apr 26 16:22:26 -0400 2012

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

Example:

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

[Validate]