BUG? RBParser looses some comments

Damien Pollet damien.pollet at gmail.com
Thu Jun 29 15:08:11 UTC 2006


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



More information about the Squeak-dev mailing list