|
Clipper Like Interpreter version 5.0.
Here is Clipper like language interpreter implementation.
This implementation provides easy access to native objects and classes of Delphi.
Published properties are supported automatically in this case (Label1.Font.Size). Access to
any registered COM object in the system is provided automatically.
This is actual full functional version of the package. Main functions ware tested on Delphi 5,6,7.
To download Clipper Like Interpreter 5.0 source (120K) click here.
Build date 24-OCT-2008. Last change to sources was made about 2002 year.
Version 3.1 freeware (For history purposes only).
Clipper Like Interpreter 3.1 is freeware version that available for Delphi versions: 3,4,5.
To build this package in Delphi versions (6,7) small compiler reconfigurations are necessary.
-
Need to check "Assignable typed constants"
in compiler options (Project\ Options\ Compiler\ Assignable typed constants)
or include {$J+} option to interpreter source.
-
Include Variants unit to interface uses section of NameVar module.
To download Clipper Like Interpreter 3.1 full source(45K) click here.
Build 25-SEP-2000.
|
|
Key Benefits |
Really small size of code,
All sources are provided,
Array structures are supported,
Table aliases syntax,
Codeblocks (micro functions),
Implementation is undepend from a DB engine.
|
|