Related articles |
---|
Info about to build a compiler pernils@smpparts.com (pernils) (2002-12-01) |
Re: Info about to build a compiler marcov@toad.stack.nl (Marco van de Voort) (2002-12-03) |
From: | "Marco van de Voort" <marcov@toad.stack.nl> |
Newsgroups: | comp.compilers |
Date: | 3 Dec 2002 00:42:36 -0500 |
Organization: | Eindhoven University of Technology, The Netherlands |
References: | 02-12-018 |
Keywords: | interpreter |
Posted-Date: | 03 Dec 2002 00:42:36 EST |
pernils wrote:
> I have a project that will involve a small compiler. It's for a
> control unit to a rototilt se www.smpparts.com.
>
> The script code will contain function as if ... and .... else ..
>
> Does anyone have small code written in pascal that could how I will do
> this?
There is the freeware Innerfuse "delphi" script engine
http://www.carlo-kok.com/
If that is not enough, you come in the realm of real compilers. Free Pascal
is a near complete GPL'ed Delphi language compiler, written in itself, but
also compilable with Delphi.
I don't your reasons for a scripting language, but maybe some backend pascal
compiler will also do the trick. Current machines can compile a million
Pascal lines a minute.
To get smaller compilers, see the canonical list of Pascal compilers. (the
compiler lists often crossposted here are very old, and the Wirthian
languages are even older):
http://www.pascaland.free.fr/pascall.htm (most parts are french, but it is
a very clear site, and linkes remain links)
Return to the
comp.compilers page.
Search the
comp.compilers archives again.