June 2, 2010
9:36 a.m.
Again a little question about petitparser:
In bibtex I have to parse: "{ here is a string }". I wrote that: $} asParser negate star. But, in the string between { and } can contain the $} character, like that: { Mart{\'\i}n }. I don't know how I write that...
${ asParser , ((${ asParser , $} asParser negate star , $} asParser) / $} asParser negate) star , $} asParser Lukas -- Lukas Renggli www.lukas-renggli.ch