複製鏈接
請複製以下鏈接發送給好友

CScript

鎖定
CScript 是小型C語言編譯器,它的語法和C語言語法很接近,因此 CScript 的源代碼也可以用其他 C/C++編譯器進行編譯,例如Visual C++.CScript 可以生成中間代碼機器碼.機器碼可以在 CScript IDE 中直接運行,也可以用來生成 EXE 可執行文件.CScript 支持調用DLL和COM(Component Object Model),它可以用來編寫OpenGL 和 DirectX 程序·另外您可以使用CScript 編程接口在您自己的程序中增加對C語言腳本的支持。
外文名
CScript
性    質
小型C語言編譯器
語    法
和C語言語法很接近
特    點
源代碼也可用C/C++編譯器編譯

目錄

CScript簡介

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.

CScript特徵

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