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

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

Instance Method Summary collapse

Instance Method Details

#tailObject



1255
1256
1257
# File 'lib/treetop/compiler/metagrammar.rb', line 1255

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