July 8, 2008
7:54 a.m.
marcus math
could'nt you fix the compiler to read := _ and generate := ?
The newcompiler accepts _ and :=. The _ should be removed (but a preference might be good to be able to load old code).
I will put that on the issue tracker.
(this is here: http://code.google.com/p/squeaknewcompiler/issues/list)
What do you mean with "generate"? When pretty-printing?
The idea was can be absorb _ (and avoid to have to manually patch the code - even by invoking FixUnderscore) I mean read in _ or := but changing the text to have only have := so may be pretty printing is required. May be what I ask is too complex and we could solve that by invoking systematically FixUnderscore Stef