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++編譯器編譯
簡介,特徵,

簡介

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

相關詞條

熱門詞條

聯絡我們