Difference between revisions of "PascalScript"

From Lazarus wiki
Jump to navigationJump to search
(lemma highlighted.)
Line 1: Line 1:
PascalScripts are script programs that are written in [[Pascal]]. They will be supported by the macro system of upcoming versions of [[Lazarus]]. Additionally, PascalScripts may be executed directly by the shell with help of the [[InstantFPC]] tool.
+
'''PascalScripts''' are script programs that are written in [[Pascal]]. They will be supported by the macro system of upcoming versions of [[Lazarus]]. Additionally, PascalScripts may be executed directly by the shell with help of the [[InstantFPC]] tool.
  
 
PascalScripts are also supported by several third party applications, e.g. [[Inno Setup]].
 
PascalScripts are also supported by several third party applications, e.g. [[Inno Setup]].

Revision as of 10:37, 15 October 2013

PascalScripts are script programs that are written in Pascal. They will be supported by the macro system of upcoming versions of Lazarus. Additionally, PascalScripts may be executed directly by the shell with help of the InstantFPC tool.

PascalScripts are also supported by several third party applications, e.g. Inno Setup.

Implementations

  • Pascal Script, an ObjectPascal/Delphi/Lazarus compatible interpreter with bytecode compiler developed by RemObjects.
  • InstantFPC, a framework to directly start FPC scripts from the command shell
  • paxCompiler, an embeddable compiler for Object Pascal and other languages.