Related articles |
---|
Need advices for creating a proprietary language mike@heliovisionsproductions.fr (Mike) (1998-03-03) |
Re: Need advices for creating a proprietary language laheadle@cs.uchicago.edu (Lyn A Headley) (1998-03-06) |
Re: Need advices for creating a proprietary language sandy.harris@sympatico.ca (1998-03-06) |
Re: Need advices for creating a proprietary language joachim.durchholz@munich.netsurf.de (Joachim Durchholz) (1998-03-07) |
Re: Need advices for creating a proprietary language mc@hack.org (MC) (1998-03-07) |
Re: Need advices for creating a proprietary language markh@usai.asiainfo.com (Mark Harrison) (1998-03-07) |
Re: Need advices for creating a proprietary language nixon@softlab.se (Leif Nixon) (1998-03-12) |
Re: Need advices for creating a proprietary language tucny@km1.fjfi.cvut.cz (Ondrej Tucny) (1998-03-12) |
Re: Need advices for creating a proprietary language ddd@hplisolx.grenoble.hp.com (Dupont de Dinechin Christophe) (1998-03-15) |
[2 later articles] |
From: | sandy.harris@sympatico.ca (Sandy Harris) |
Newsgroups: | comp.compilers |
Date: | 6 Mar 1998 16:48:19 -0500 |
Organization: | Bell Solutions |
References: | 98-03-012 |
Keywords: | design |
"Mike" <mike@heliovisionsproductions.fr> wrote:
>For an internal (in the company I'm working for) project, I have to develop
>a special simple language. . . .
>What I need, is to create a compiler that transform simple text files in a
>kind of P-Code that will be interpreted in the game.
>So, I have to check the syntaxis correctness, to check if all the functions
>and structures are ok, and to handle the game ressources:
Have a look at TCL, Tool Command Language. C code for an extensible
interpreter, designed to save everyone time & effort building front
ends for assorted things.
Author of the language John Ousterhout, formerly of Sun & some university,
has just started a company of TCL specialists. Best reference I know of
is on their home page:
http://www.scriptics.com/links.html
There's even a pointer to a TCL programming text en francais.
Since you're doing 3D things, you should also look at
http://www.cs.rpi.edu/~martink
home page for VTK, the 3D Visualisation Tool Kit, written in TCL.
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.