Related articles |
---|
Re: How Do I Write My Own Scripting Interpreter? wmolloy@optushome.com.au (Warwick Molloy) (2001-07-23) |
Re: How Do I Write My Own Scripting Interpreter? ab@virtlabor.donbass.com (Alexander Baranovsky) (2001-07-27) |
From: | "Alexander Baranovsky" <ab@virtlabor.donbass.com> |
Newsgroups: | comp.compilers |
Date: | 27 Jul 2001 02:59:53 -0400 |
Organization: | INTS InterNetNews Host |
References: | <WUr67.5334$MA.276137089@twister2.starband.net> 01-07-134 |
Keywords: | interpreter |
Posted-Date: | 27 Jul 2001 02:59:53 EDT |
Hello Mike,
"Mike" <un@un.org> wrote:
> I have written a new object oriented scripting language specification.
>
> - How do I write my own interpreter for it?
May be you will be interested to consider the source code of the PasScript
interpreter?
http://users.ints.net/virtlabor/passcript/
The PasScript is an interpreter of the Object Pascal language which supports
all Object Pascal data types except interfaces. The sources are written in
Delphi and 100% compatible with Kylix (Delphi for Linux).
Regards,
Alexander Baranovsky,
VIRT Laboratory
http://users.ints.net/virtlabor/
ab@virtlabor.donbass.com
Return to the
comp.compilers page.
Search the
comp.compilers archives again.