[Fix][BUG] Number does not read '1.0e-10 .txt' from file

nicolas cellier ncellier at ifrance.com
Mon Jul 3 21:00:54 UTC 2006


Le Lundi 03 Juillet 2006 19:30, Klaus D. Witzel a écrit :
> Hi Nicolas,
>
> etc...
>
> BTW: didn't look at how to integrate into Scanner the possible workaround  
> you mentioned, I think that Scanner just asks Number readFrom: aStream.
>
> Klaus

That's exactly that. Scanner uses Number readFrom:
You just have to redirect Number class>>readFrom: to a call to NumberParser 
alternative.

Nicolas




More information about the Squeak-dev mailing list