Project

General

Profile

Bug #95

Updated by J. Templ almost 10 years ago

Scanning sets needs The Scanner interprets "{2, 3 6}" as the following fixes: legal set {2, 3, 6}. 

 1. checks for missing or duplicate commas 
 2. Curiously the start position should be set to compiler recognises the opening "{" 
 3. incomplete sets that are terminated by eot (end of text) should always yield 'invalid'. 
 first form as "illegal".

Back