ANN: PasScript v3.5

"Alexander Baranovsky" <ab@virtlabor.donbass.com>
18 Oct 2000 23:50:45 -0400

          From comp.compilers

Related articles
ANN: PasScript v3.5 ab@virtlabor.donbass.com (Alexander Baranovsky) (2000-10-18)
| List of all articles for this month |

From: "Alexander Baranovsky" <ab@virtlabor.donbass.com>
Newsgroups: comp.compilers
Date: 18 Oct 2000 23:50:45 -0400
Organization: Donbass Internet Center DIPT
Keywords: OOP, Pascal, available

VIRT Laboratory announces the PasScript interpreter, version 3.5
(Win95/98/2000/NT).


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 call routines defined in a DLL.


New:


  multidimensional dynamic arrays,
  open array parameters,
  open array constructors,
  direct call routines defined in a DLL with stdcall calling convention.


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


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


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.