Module: Rattler::Parsers::Sequencing

Includes:
Combining
Included in:
AttributedSequence, Sequence
Defined in:
lib/rattler/parsers/sequencing.rb

Overview

Sequencing describes a parser that combines two or more parsers and matches in sequence.

Instance Method Summary collapse

Methods included from Combining

#capturing?, #capturing_decidable?, #semantic?, #with_ws

Instance Method Details

#sequence?Boolean

Returns true.

Returns:

  • (Boolean)

    true



11
12
13
# File 'lib/rattler/parsers/sequencing.rb', line 11

def sequence?
  true
end