PascalScript

From Lazarus wiki
Revision as of 11:51, 14 October 2014 by Jwdietrich (talk | contribs) (Content updated to reflect current versions of Lazarus)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

PascalScripts are script programs that are written in Pascal. Scripting with Pascal is e.g. supported by the macro system of 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.
  • FastScript, a commercial cross-platform, multi-language scripting engine