http://migmit.vox.com/ ([identity profile] migmit.vox.com) wrote in [personal profile] juan_gandhi 2010-02-12 07:53 pm (UTC)

Re: Да не дай бог

Кхм, да. Синтаксис не дай бог.

Вообще-то, вполне можно было сделать что-нибудь вроде
function csv_quote(r) {return [
   P.char('"'),
   P.assign(r, P.many(P.noneOf('\"'))),
   P.char('"'),
   P.yield(trim(join(r)))
]}

Тоже не сахар, но как-то симпатичнее. Надо будет на досуге что-нибудь в таком духе соорудить.

Post a comment in response:

This account has disabled anonymous posting.
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting