March 8, 2010
7:28 p.m.
Begin forwarded message:
From: Stéphane Ducasse <stephane.ducasse@inria.fr> Date: March 7, 2010 1:34:57 PM GMT+01:00 To: Pharo Development <Pharo-project@lists.gforge.inria.fr> Subject: [update 1.1] #11250
11250 -----
- Issue 2121: Rewrite Binary Selectors Immeditely Followed By Negative Literal. rewrite all expressions of the form 1@-2 to 1 @ -2, where @ is a binary selector and -2 an negative literal that will soon be parsed as 1 @- (2) (according to ANSI)
Thanks lukas!!!!!
Stef