ItsMods

Full Version: GSC Compiler v3.2 Alpha
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Not a really compiler, but a really useful tool in my mind that will help modders to release their mods in an improved way. Sleepy

Well I wanted this tool there but I was lazy :p that's why I'm releasing it now Big Grin

Well here is the change log:
Code:
v3.2 Alpha
100% Custom Intellisense Members
Intellisense
More features that will allow the user to follow his/her style while coding

v3 Alpha II
Build Function Works 100%

v3 Alpha
*Re-created a new highlight syntax (stay tuned to receive the lasted updates)
*No more lags
*Warnings are added (Some bugs in it)
*Error finder now works 100%
*Includes count

v3 Beta
*New build way
*Low bugs
*Low lags
*Project option
*INI File for the settings

v2
Non-Public Version

v1
*More highlight
*Some bugs fixed
*ETC

v1 Beta
*First release

Hope you like it! Big Grin

Screen:
[Image: 69828707.png]

Virus Scans:
http://virusscan.jotti.org/en/scanresult...7b02b635ce
http://www.virustotal.com/file-scan/repo...1301508426

Credits:
Me - For coding (I'm the owner Play&Win at mpgh)
Blubb1337 - Some help
House - Some help
DigitalRune - Text Editor
.FF Viewer Creators - For their syntax checker
very nice .
(03-31-2011, 13:17)wezljkz Wrote: [ -> ]very nice .

thank you.
Looks like we found the ultimate coding programm. Tip: put SuperNova's GSCyntax in it.

Reputation +1
Thanked +1
(03-31-2011, 14:07)surtek Wrote: [ -> ]Looks like we found the ultimate coding programm. Tip: put SuperNova's GSCyntax in it.

Reputation +1
Thanked +1

is that tool coded in .NET? Well if so, and if SuperNova wants and gives me the rights to get his source I will add Smile
(03-31-2011, 14:45)W Mohamed Ali Wrote: [ -> ]
(03-31-2011, 14:07)surtek Wrote: [ -> ]Looks like we found the ultimate coding programm. Tip: put SuperNova's GSCyntax in it.

Reputation +1
Thanked +1

is that tool coded in .NET? Well if so, and if SuperNova wants and gives me the rights to get his source I will add Smile

Nawp, it's coded in Delphi, if you want I can develop a DLL version that gives you a simple interface to be accessed from your tool (so your tool calls the checkSyntax function and it returns the success/error directly to your program).
(03-31-2011, 15:45)SuperNovaAO Wrote: [ -> ]
(03-31-2011, 14:45)W Mohamed Ali Wrote: [ -> ]
(03-31-2011, 14:07)surtek Wrote: [ -> ]Looks like we found the ultimate coding programm. Tip: put SuperNova's GSCyntax in it.

Reputation +1
Thanked +1

is that tool coded in .NET? Well if so, and if SuperNova wants and gives me the rights to get his source I will add Smile

Nawp, it's coded in Delphi, if you want I can develop a DLL version that gives you a simple interface to be accessed from your tool (so your tool calls the checkSyntax function and it returns the success/error directly to your program).

wait but you should add the messages. Like if in the script is a error it will return the message for that error like "Too many open {", etc. But let's try...