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
Virus Scan: http://vscan.novirusthanks.org/analysis/...rZXItemlw/

ScreenShots:
[Image: 00fe940be6934e5bb2e2764.png]
[Image: 531924747eb74f29820a6a6.png]
[Image: 54e6d455537742128100792.png]
[Image: ed9dd8a5b1fe46fda762ebd.png]
[Image: 4adc793c46a74a1bb8305d9.png]
Download the program and Click about under file to see features
This program has an automatic updater, so no need for me to post more than this version Smile

Credits:
James Blanford: Remove Comments
Blackstorm: Code Formatter
Buc Sh0tz: A little help with Icsharpcode
Nice, will probably use it
Does it create those circles when checking ?
(09-17-2011, 21:41)OrangePL Wrote: [ -> ]Does it create those circles when checking ?

If it doesn't tell where the errors are, it's kind of useless.
Yep, just asking because they look a bit like drawn in paint
(09-17-2011, 21:42)AZUMIKKEL Wrote: [ -> ]
(09-17-2011, 21:41)OrangePL Wrote: [ -> ]Does it create those circles when checking ?

If it doesn't tell where the errors are, it's kind of useless.

It does, I just didnt put a screenshot up, I will now though since it seems to be confusing people
<3 doh!
Thas cool, but isn't it a bit excessive with /logfile 2?
(09-18-2011, 00:56)TL-Pwnzer Wrote: [ -> ]<3 doh!

sorry forgot to post that i attached the file.
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.
Pages: 1 2