Re: Creating interpreter/compiler for self written language

nrd1rls@nrd.ups.com (Richard Siddall Contractor)
14 Feb 1996 21:25:21 -0500

          From comp.compilers

Related articles
Creating interpreter/compiler for self written language tadriaen@zorro.ruca.ua.ac.be (1996-02-13)
Re: Creating interpreter/compiler for self written language lhf@csg.uwaterloo.ca (1996-02-14)
Re: Creating interpreter/compiler for self written language nrd1rls@nrd.ups.com (1996-02-14)
Re: Creating interpreter/compiler for self written language taj@vanbc.wimsey.com (1996-02-16)
Re: Creating interpreter/compiler for self written language tnelson@fluorite.telesciences.com (1996-02-23)
| List of all articles for this month |

From: nrd1rls@nrd.ups.com (Richard Siddall Contractor)
Newsgroups: comp.compilers
Date: 14 Feb 1996 21:25:21 -0500
Organization: United Parcel Service Research & Development
References: 96-02-131
Keywords: interpreter

Tom Adriaenssen (tadriaen@zorro.ruca.ua.ac.be) wrote:
: I need to create a small language for a project i'm working on. Syntax
: is no point, although i'd like it to be a pascal-C hybrid. ...


Have you looked at TCL? It's an easily embeddable, interpreted
scripting language. Documentation is readily available, including
several mass-market books. You can easily(?) expand the language for
your needs.


If your application can afford the cost of interpretation, TCL may be
a way to speed up implementation.


Richard Siddall.
--


Post a followup to this message

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