Re: Compiler 101

"Nobodyzhome" <user_77@hotmail.com>
30 Jan 2005 13:59:59 -0500

          From comp.compilers

Related articles
Compiler 101 news@scruffyduck.co.uk (Jon Masterson) (2005-01-22)
Re: Compiler 101 anton@mips.complang.tuwien.ac.at (2005-01-24)
Re: Compiler 101 lfinsto1@gwdg.de (Laurence Finston) (2005-01-24)
Re: Compiler 101 news@scruffyduck.co.uk (Jon Masterson) (2005-01-24)
Re: Compiler 101 news@scruffyduck.co.uk (Jon Masterson) (2005-01-30)
Re: Compiler 101 user_77@hotmail.com (Nobodyzhome) (2005-01-30)
Re: Compiler 101 henry@spsystems.net (2005-02-18)
Re: Compiler 101 one2001boy@yahoo.com (one2001boy@yahoo.com) (2005-02-28)
| List of all articles for this month |

From: "Nobodyzhome" <user_77@hotmail.com>
Newsgroups: comp.compilers
Date: 30 Jan 2005 13:59:59 -0500
Organization: Road Runner High Speed Online http://www.rr.com
References: 05-01-067 05-01-086
Keywords: interpreter
Posted-Date: 30 Jan 2005 13:59:58 EST

"Jon Masterson" <news@scruffyduck.co.uk> wrote
> > [Our usual advice is first to look at existing scripting languages
> > such as python, Ruby, Lua, and TCL. ...
>
> Thanks for the advice but the simulator program that I need to control
> has very specific requirements and using any sort of pre-existing
> language would not be much help - I do not know of any that can
> describe a cloud layer or the state of an aircraft cockpit instruments
> in a single statement
>
> Jon
> [I don't see why not. Most of them have some sort of structure you can
> use. -John]


You can get Python to do what you want. You should look into it. It
would be a LOT less work than trying to learn how to write an
interpreter while writing an interpreter.


http://docs.python.org/ext/simpleExample.html


Post a followup to this message

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