Re: Help with petitparser
Posted by
Lukas Renggli on
Jun 02, 2010; 9:36am
URL: https://forum.world.st/Help-with-petitparser-tp2238409p2239844.html
> 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
_______________________________________________
Pharo-users mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users