|
FastScript has been released!
Cross-platform multi-language (Pascal and C++ Scripts) scripting engine
FastScript is cross-platform multi-language scripting engine. It is intended for 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, Borland C++Builder 4-6 and Borland Kylix 1-3.
Unique feature of FastScript is ability to use several languages (PascalScript and C++Script), so you can write scripts using your favourite language. PascalScript is subset of the Object Pascal programming language, C++Script is subset of C++. 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 do it without writing a Delphi code. Features
| | - Classes and functions tree-view.
| - Syntax highlighting memo with bookmarks.
- Multi-language architecture allows you to use many languages (at this moment - PascalScript and C++Script). It is possible to add any procedural language (language definition is stored in XML format).
- Standard language features: variables, constants, procedures, functions (nested allowed) with var/const/default parameters, all 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, index and default properties).
- Strict type checking.
- Access to any object inside your application. Standard libraries to access to base classes, controls, forms and DB. Easily expandable library architecture.
- Small footprint - 80-150Kb depending on modules used.
|