Please wait, I can prepare a complete patch for Pharo 1.1. I suggest that we just set the following preference in Pharo 1.0: Preferences disable: #allowUnderscoreAssignment Lukas 2009/11/5 Stéphane Ducasse <stephane.ducasse@inria.fr>:
so does it make sense that I integrate your changes?
Stef
On Nov 4, 2009, at 10:35 PM, Lukas Renggli wrote:
  Preferences disable: #allowUnderscoreAssignment
I did that, but I can still compile assignments with underscores.
Do I miss anything?
No, it is me that is totally confused tonight.
You also need to evaluate the following expression:
 (Scanner classPool at: #TypeTable) at: $_ asciiValue put: #xLetter
Afterwards you can create classes, inst-vars, methods, etc. that have an underscore inside.
Lukas
-- Lukas Renggli http://www.lukas-renggli.ch
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Lukas Renggli http://www.lukas-renggli.ch