On Sun, Mar 15, 2015 at 5:41 PM, stepharo <[email protected]> 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). > > 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? > > Yes, I can load it. Regarding my own scenario, at least ExtendedNumberParser >> allowPlusSign answers true. But still, SqNumberParser >> exponentLetters does not contemplate upper cases. So I still need to override it to:
exponentLetters ^'edqEDQ' -- Mariano http://marianopeck.wordpress.com
