# File rparsec/parsers.rb, line 337
  def _parse ctxt
    return true if ctxt.eof
    return ctxt.expecting(@msg)
  end