BUG? RBParser looses some comments

Mathieu SUEN mathk.sue at gmail.com
Thu Jun 29 16:00:10 UTC 2006


2006/6/29, Damien Pollet <damien.pollet at gmail.com>:
> I can't find the comment when exploring the result of this:
> RBParser
>     parseExpression: 'aReceiver aMessage "foo" do: [Transcript show: 42]'
>     onError: [:s :p|^nil].
>
> But for this it's OK:
> RBParser
>     parseExpression: 'aReceiver aMessage "foo" anotherMessage'
>     onError: [:s :p|^nil].
>
> (I'm porting a pretty printer from VW: package Gutenberg on SqueakSource)
> --
>  Damien Pollet
>  type less, do more
>
>


Hi,

I'm intrested in your problème.
Can you tell me what "comment" for
Thx

Math



More information about the Squeak-dev mailing list