ItsMods

Full Version: Syntax Checker 2.2
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(09-18-2011, 02:15)master131 Wrote: [ -> ]lawl 2.3 is already out.

Code:
init()
{
     check(
     "a",
     "b",
     "c");
}

check(a, b, c)
{
    return 0;
}

Perfectly legit code but generates 5 syntax errors but then again, it does say that it could be a false error.


I could work on a fix, and I'm guessing the update feature worked correctly then?
Pages: 1 2