March 29, 2017
11:31 a.m.
Hi, Apperently the number parser cannot parse '2E+2' correctly, is this a bug or a feature. ('2E+2' asNumber = '2e2' asNumber) Is there any reason to why parsing numbers with uppercase exponent letter is not allowed? (see NumberParser >> #exponentLetters) The parser has a method named #allowPlusSignInExponent sending self >> #allowPlusSign which just returns false. Is there any reason for not allowing the pluss sign / having it as true instead? (I guess it should at least be an ivar so it can be configured?). Best regards, Henrik