Lack Of Finished Check In Comma/Space State (part of detailed review of common microsyntaxes)

Within step 13 (parser), the comma/space state does not check if  
finished is true, resulting in input strings such as "1. 1"  
outputting a list consisting of 1 and 1. Is this intended? If so,  
why? Surely a full stop should terminate it regardless of what  
character follows?

- Geoffrey Sneddon

Received on Wednesday, 11 July 2007 19:35:00 UTC