FastScript is cross-platform multi-language scripting engine.
It is useful for the programmers who want to add scripting ability to their projects. FastScript is written on 100% Object Pascal and can be installed in Borland Delphi 4-7, 2005, 2006, 2007, C++Builder 4-6, Kylix 1-3 and Lazarus.
Unique feature of FastScript is ability to use several languages (PascalScript, C++Script, JScript and BasicScript), so you can write scripts using your favourite language.
FastScript doesn't use Microsoft Scripting Host, so it can be used in Windows and Linux environment. It is possible to add a new language - language definition is stored in the XML format, so you can perform
it without writing a Delphi code.
Features:
- Multi-language architecture allows you to use a number of languages (at present moment PascalScript, C++Script, BasicScript, JScript). You can add any procedural language (language grammar is stored in XML format).
- You can use multi-language scripts. For example, one module may be written in PascalScript, another one - using C++Script.
- Standard language set: variables, constants, procedures, functions (nested functions allowed) with var/const/defaultparameters, all the standard operators and statements (including case, try/finally/except, with), types (int, float, bool, char,string, multi-dimensional array, enum, variant), classes (with methods, events, properties, indices and default properties).
- Types compatibility checking.
- Access to any object inside your application. Standard libraries for the access to the base classes, controls, forms and BD. Easily expandable library architecture.
- Small footprint - 80-150Kb depending on used modules.
WSH Control for Delphi with source - 10 developers license 2.5
Lets to run scripts from application and shares any application object inherited from TPersistent with script interpreter engine. Allows completely manage application objects within script, including operating with published properties, running ...
WSH Control for Delphi with source - Unlimited Site license 2.5
Lets to run scripts from application and shares any application object inherited from TPersistent with script interpreter engine. Allows completely manage application objects within script, including operating with published properties, running ...
Pascal Analyzer 6-0 users 1
Pascal Analyzer, or PAL for short, is a development tool that measures, checks, and documents your Delphi or Borland Pascal source code. It makes software projects of any size easier to understand and enables developers to produce more flawless and reliable ...
Pascal Analyzer - users 1
Pascal Analyzer, or PAL for short, is a development tool that measures, checks, and documents your Delphi or Borland Pascal source code. It makes software projects of any size easier to understand and enables developers to produce more flawless and reliable ...
Pascal Analyzer 2-5 users 1
Pascal Analyzer, or PAL for short, is a development tool that measures, checks, and documents your Delphi or Borland Pascal source code. It makes software projects of any size easier to understand and enables developers to produce more flawless and reliable ...
BlackJ Scripting Library 1.0
The Blackj library is a standard ECMA 262 3rd Edition implementation for embedded scripting in C/C++, Delphi applications. The ECMA 262 standard defines the requirements for languages similar to JavaScript or JScript. The blackj.dll library is targeted ...