# File rparsec/parsers.rb, line 177
  def withLookahead(n)
    PlusParser.new(@alts, n)
  end