03-18-2011, 21:32
(This post was last modified: 03-19-2011, 02:03 by SuperNovaAO.)
Checks your GSc-Syntax.
If this tool says that everything is fine, this is not necessarily true (why didn't IW make brackets after function calls necessary, for example, now it's impossible to check if something is a function that returns an object that again could have functions so "self a b c d();" is accepted...)
If it finds an error, that isn't necessarily true either.
Also the tool does not check on functionnames/initialized variables anywhere.
To use, drag a GSc onto the exe and wait.
Download:
GScyntax_v0.11.zip (Size: 24.94 KB / Downloads: 602)
Bug reports are VERY welcome. Post the code AROUND the place that got detected wrong and the error the tool gave and I will look into it.
If this tool says that everything is fine, this is not necessarily true (why didn't IW make brackets after function calls necessary, for example, now it's impossible to check if something is a function that returns an object that again could have functions so "self a b c d();" is accepted...)
If it finds an error, that isn't necessarily true either.
Also the tool does not check on functionnames/initialized variables anywhere.
To use, drag a GSc onto the exe and wait.
Download:
GScyntax_v0.11.zip (Size: 24.94 KB / Downloads: 602)
Bug reports are VERY welcome. Post the code AROUND the place that got detected wrong and the error the tool gave and I will look into it.