module Treetop::Compiler::Metagrammar::VariableLengthSequenceBody2

def tail

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