Module: Treetop::Compiler::Metagrammar::VariableLengthSequenceBody2
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#tail ⇒ Object
1285 1286 1287 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1285 def tail super.elements.map {|elt| elt.optionally_labeled_sequence_primary } end |