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

on Mar 14th, 2013, 5:58pm, simong42 wrote:
Are there any validation checks carried out at compile time?

There are a few, but not many. Some compile-time checks are as follows:
Richard.
Re: Validation at compile time
Post by simong42 on Mar 15th, 2013, 08:33am

Thanks, that's helpful.