Sept. 16, 2015
9:18 a.m.
Interesting. I think that for a cascade you need more than one message send.
On 16 Sep 2015, at 10:56, Nicolai Hess <nicolaihess@web.de> wrote:
The following method compiles with Opal:
createRedMorph ^ (self new color:Color red); yourself
but gives a syntax error with the old compilers parser
createRedMorph ^ (self new color:Color red)End of block expected -> ; yourself
removing the parenthesis of course works for both. Who is right ?
(for those who understand the ParseTreeSearcher syntax, how would a search expression look, for finding code like:
"(some expression);yourself"
nicolai