PreErrorChecking - rmboggs/boo GitHub Wiki

Added by Bot Buider

In this compiler step, basic syntax errors are checked.

It checks that:

It also warns you when you attempt to use an assign "=" rather than a comparison "==" in a conditional.