bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-apl] Parsing Numbers


From: Blake McBride
Subject: Re: [Bug-apl] Parsing Numbers
Date: Fri, 28 Aug 2015 13:17:20 -0500

On Fri, Aug 28, 2015 at 1:12 PM, Mike Duvos <address@hidden> wrote:
Hi Nick,

APL historically has required consecutive numbers to be separated by at least one character that can't be part of a number. 

This differs from the lex approach of matching the longest legal thing, and not caring about the next thing beginning immediately thereafter.

Since doing it differently doesn't add any new functionality, it's probably best to just stick with the way it's always been done.

Such occurrences in peoples code are almost always typos, and it's best to tell them about them.

Agreed.
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]