# File rparsec/parsers.rb, line 96
  def _parse ctxt
    ind = ctxt.index
    return true if @parser._parse ctxt
    ctxt.index = ind
    return false
  end