Re: Tiny fix for LispReader

2016-04-27 Thread Frank Pursel
appens, e.g. (read-string "077") > evaluates to the integer 63 (decimal), not 77. Thus it is intentional that > (read-string "08") and (read-string "09") throw exceptions. > > Andy > > On Tue, Apr 26, 2016 at 8:51 PM, Frank Pursel > wrote: >

Tiny fix for LispReader

2016-04-26 Thread Frank Pursel
ectly read using the radix notation, eg (read-string "8r45") works. Perhaps someone here can get this change or a more sophisticated fix committed that will allow numeric strings with leading zeros to be successfully read. Regards, Frank Pursel -- You received this message be