Title: D++ IDE 2.5 - includes syntax checking! (update)
Description: **** UPDATE ****
NEW - expressions are better then ever in D++. It can handle all kinds of them, and prevents bad commands. You have to see it!
NEW - FOR loops added, and are much faster then DO WHILE or DO UNTIL loops.
D++ is faster then ever! Less then 1ms for a series of 10 commands... 
**** FIXED ****
There were some bugs of the previous version of D++, where in loops and if's, they would look IN quotes, which can be very bad.
If you downloaded before August 11, please download it again for the full version. I also added it so you can define variables as they are declared, and a simpler syntax for adding 1 to a variable or suptracting 1
from a variable
D++ is a scripting language that can handle things like basic I/O, variables, expression evaluation, full if statements, nested loops, functions, and much more! It has a syntax checker which will check your syntax before you run your aplication and tell you of any errors it finds. You can download the latest files using the IDE, and a full help file with new code examples are included. It can compile your application into an EXE, using it's own console or compile to DOS. It now handles if statements better, as beore it did not find the proper endif or else, and can do nested loops (as displayed in screenshot). Full source to the DLL and the IDE are included. Please vote and leave comments so I can improve D++! ***This is new, as there are many different things, different from previous D++ compilers***
This file came from Planet-Source-Code.com...the home millions of lines of source code
You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=25883&lngWId=1

The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.
