help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] ParseTreeRewriter tests & behavior


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] ParseTreeRewriter tests & behavior
Date: Wed, 10 Jan 2007 13:21:18 +0100
User-agent: Thunderbird 1.5.0.9 (Macintosh/20061207)

> What do you think?

I agree with the first, which is probably a bug (it's also in VW, by the way). The second I cannot parse:

    self rewrite: 'qqq display: (qqq display: sss);
                       display: [qqq display: sss]'
         from: 'address@hidden display: address@hidden'
         to: 'address@hidden'
         shouldBe: 'qqq display: (qqq display: sss);
                        display: [[sss]]'.

I would think that it becomes "qqq: display: [sss]; display: [[sss]]". Why shouldn't this be the case? What happens if you fix the first bug?

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]