# File rparsec/parser.rb, line 315
  def nested(parser)
    NestedParser.new(self, parser)
  end