# File rparsec/parsers.rb, line 152
  def _parse ctxt
    ind = ctxt.index
    return true if @parser._parse ctxt
    return false unless ind == ctxt.index
    ctxt.expecting(@msg)
  end