# File rparsec/parsers.rb, line 126
  def initialize(parser, msg, la=1)
    super(la)
    @parser, @msg, @name = parser, msg, "~#{parser.name}"
  end