Page 1 of 1

Syntax Checker

Posted: Fri Feb 15, 2013 6:28 pm
by IdeasVacuum
When the Checker finds something wrong, it just reports the line number and says "Syntax Error". Since it knows there is a fault in the Syntax, it would be nice to be given a clue as to what the problem is.

Re: Syntax Checker

Posted: Fri Feb 15, 2013 6:40 pm
by Fred
Does it always say syntax error ? It should raise the same error than a standard compilation, if not it's a bug.

Re: Syntax Checker

Posted: Fri Feb 15, 2013 11:04 pm
by IdeasVacuum
With the exception of missing brackets, e.g. ")" expected and other simple omissions like EndIf, EndProcedure etc, you do often just get that 'syntax error' message - I'm thinking that if an error is detected, it should always be possible to give a clue as to what is wrong.