簡介
Introduction:
CScript is a small C script language compiler.
It's syntax is very similar to C. The source code of CScript can also be compiled by other C/C++ compiler,just like Visual C++.
CScript can generate intermediate code and machine code. You can directly run the machine code in CScript IDE or build stand-alone executable file.
CScript support DLL and COM(Component Object Model),so it can be used to develop OpenGl and DirectX Program.
特徵
Features:
C like syntax - Support Struct,Pointer,Array,if-else Statement,switch Statement, for Statement,while Statement,do-while Statement,goto Statement,Functions... Access to DLL's and the Windows API Support COM Debug - StepInto,StepOver,RunToCursor,SetBreakPoint... CScriptEngine - You can run CScript Sourcecode in your own program. Create stand-alone EXE file Execute machine code directly - You can run machine code in CScript IDE