ANN: PasScript 3.0: Classes and Objects.

"Alexander Baranovsky" <ab@virtlabor.donbass.com>
17 Sep 2000 22:57:11 -0400

          From comp.compilers

Related articles
ANN: PasScript 3.0: Classes and Objects. ab@virtlabor.donbass.com (Alexander Baranovsky) (2000-09-17)
| List of all articles for this month |

From: "Alexander Baranovsky" <ab@virtlabor.donbass.com>
Newsgroups: comp.compilers
Date: 17 Sep 2000 22:57:11 -0400
Organization: Donbass Internet Center DIPT
Keywords: Pascal, OOP, available

VIRT Laboratory announces the PasScript, version 2.0.


PasScript is an interpreter of a vast subset of the Object Pascal language
which includes ordinal, real, variant, procedural, file, record, array and
class data types, allows modular programming on the basis of units and
ensures
exception handling. This subset was extended by some useful features which
are absent in the Object Pascal standard. For example, you can evaluate
string expressions at run-time, use arbitrary variables as actual parameters
in write and writeln procedures, and more. The interpreter allows to work
with OLE Automation. It is possible to extend functionality of the
interpreter
by means of external functions imported from created in Delphi dll.


The structure of the PasScript p-code is open for end-users.


Direct link to download:
http://virtlabor.chat.ru/downloads/passcript.zip (137Kb).


Thanks


Alexander Baranovsky,
VIRT Laboratory
WWW: http://virtlabor.chat.ru
Mailto: ab@virtlabor.donbass.com


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.