Class | Parslet::Atoms::Sequence |
In: |
lib/parslet/atoms/visitor.rb
lib/parslet/atoms/sequence.rb |
Parent: | Object |
A sequence of parslets, matched from left to right. Denoted by ’>>’
Example:
str('a') >> str('b') # matches 'a', then 'b'
parslets | [R] |