# File rparsec/parsers.rb, line 161
  def initialize(alts, la=1)
    super(la)
    @alts = alts
  end