Module: Treetop::Compiler::Metagrammar::VariableLengthSequenceBody2

Defined in:
lib/treetop/compiler/metagrammar.rb

Instance Method Summary collapse

Instance Method Details

#tailObject



1313
1314
1315
# File 'lib/treetop/compiler/metagrammar.rb', line 1313

def tail
  super.elements.map {|elt| elt.optionally_labeled_sequence_primary }
end