Bug 12 : better error message for missing semicolons
Last modified: 2010-03-28 10:25




Status:
RESOLVED
Resolution:
FIXED -
Priority:
P4
Severity:
enhancement

 

Reporter:
fry
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2005-05-12 18:59
for instance, this code:
float a = 10;
float b = 4
will produce a message saying "unexpected token: float"
Additional Comment #1 From fry 2007-01-29 15:57
attempt made for 0124 to catch some of these.