Adrien.
> From:
[hidden email]> Date: Wed, 2 Jun 2010 11:36:03 +0200
> To:
[hidden email]> Subject: Re: [Pharo-users] Help with petitparser
>
> > 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