ExtendedNumberParser now has its own repository

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

ExtendedNumberParser now has its own repository

stepharo
Hi

I did not want to lose the work of Nicolas Cellier around alternate
number parsers so I went
back in Pharo 30 and packaged them as a separate package (may be it was
already done but I could not find it).

All the tests are green in Pharo 40. So I hope that everything is ok :)

MCHttpRepository
     location:
'http://www.smalltalkhub.com/mc/PharoExtras/ExtendedNumberParser/main'
     user: ''
     password: ''

I did a configuration and published the code in the meta repository for
Pharo 40.

Thanks Nicolas Cellier for the original code.

Stef (I believe that we should pay attention that doing is difficult and
we should not lose good assets)

Mariano can you verify if you can load it?

Reply | Threaded
Open this post in threaded view
|

Re: ExtendedNumberParser now has its own repository

wernerk
On 03/15/2015 09:41 PM, stepharo wrote:
> Hi
>
> I did not want to lose the work of Nicolas Cellier around alternate
> number parsers so I went
> back in Pharo 30 and packaged them as a separate package (may be it was
> already done but I could not find it).

Hi Stephane,
you can find ExtendedNumberParser in:
http://www.squeaksource.com/ArbitraryPrecisionFl
it is used by the class ArbitraryPrecisionFloat and since
ArbitraryPrecisionFloat is actively held up to date by Nicolas, i'd
guess the same is true for ExtendedNumberParser in this repository.
werner

Reply | Threaded
Open this post in threaded view
|

Re: ExtendedNumberParser now has its own repository

stepharo
too bad I lost my time...
I will add a link to it in the smalltalkhub wiki.
Now for me www.squeaksource.com is a read only system
and Arbitrary precision was not equal to extendedNumberParser.


Le 16/3/15 09:21, Werner Kassens a écrit :

> On 03/15/2015 09:41 PM, stepharo wrote:
>> Hi
>>
>> I did not want to lose the work of Nicolas Cellier around alternate
>> number parsers so I went
>> back in Pharo 30 and packaged them as a separate package (may be it was
>> already done but I could not find it).
>
> Hi Stephane,
> you can find ExtendedNumberParser in:
> http://www.squeaksource.com/ArbitraryPrecisionFl
> it is used by the class ArbitraryPrecisionFloat and since
> ArbitraryPrecisionFloat is actively held up to date by Nicolas, i'd
> guess the same is true for ExtendedNumberParser in this repository.
> werner
>
>


Reply | Threaded
Open this post in threaded view
|

Re: ExtendedNumberParser now has its own repository

wernerk
Hi Stefane,
i understand, fwiw i have no idea whether that helps Mariano, but in
that repository exponentLetters looks like this:
ExtendedNumberParser>>exponentLetters
        "Allow uppercase exponent letter."
       
        ^'edqEDQ'
werner


Reply | Threaded
Open this post in threaded view
|

Re: ExtendedNumberParser now has its own repository

stepharo
thanks!
:)

It is good that people create this configuration. I did it because I
thought that we lost it.


Le 16/3/15 18:58, Werner Kassens a écrit :

> Hi Stefane,
> i understand, fwiw i have no idea whether that helps Mariano, but in
> that repository exponentLetters looks like this:
> ExtendedNumberParser>>exponentLetters
>     "Allow uppercase exponent letter."
>
>     ^'edqEDQ'
> werner
>
>
>