module Treetop::Compiler::Metagrammar::DeclarationSequence2

def tail

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