BBC BASIC for Windows
IDE and Compiler >> Compiler >> Validation at compile time http://bb4w.conforums.com/index.cgi?board=compiler&action=display&num=1363283905 Validation at compile time
Post by simong42 on Mar 14th, 2013, 5:58pm
Are there any validation checks carried out at compile time?
e.g. unrecognised keyword, invalid character, mismatched FOR / NEXT.
Re: Validation at compile time
Post by admin on Mar 14th, 2013, 6:52pm
Are there any validation checks carried out at compile time?
There are a few, but not many. Some compile-time checks are as follows:
ELSE without a preceding IF or ON Assembler code syntax error Missing \ at start of continuation line Illegal character in variable name WHEN, ENDCASE, OTHERWISE or ENDIF not at start of line Mismatched quotes
Richard.
Re: Validation at compile time
Post by simong42 on Mar 15th, 2013, 08:33am