Related articles |
---|
Command Line Interpreter bernfarr@my-deja.com (2000-07-23) |
Re: Command Line Interpreter jimbo@radiks.net (2000-07-27) |
Re: Command Line Interpreter jkahrs@castor.atlas.de (Juergen Kahrs) (2000-07-27) |
Re: Command Line Interpreter bernfarr@my-deja.com (2000-07-27) |
Re: Command Line Interpreter adamo@dblab.ece.ntua.gr (2000-07-29) |
Re: Command Line Interpreter sdm7g@elvis.med.virginia.edu (Steven D. Majewski) (2000-07-29) |
Re: Command Line Interpreter bernfarr@my-deja.com (2000-07-31) |
[5 later articles] |
From: | bernfarr@my-deja.com |
Newsgroups: | comp.compilers |
Date: | 23 Jul 2000 17:00:58 -0400 |
Organization: | Deja.com - Before you buy. |
Keywords: | parse, question, comment |
I'm looking for an example of a compiler/interpreter that will handle a
command line language. I'm not looking for a csh, ksh, etc., lookalike.
What I need is a way to implement an interpreter that will read actions
from a command line and process them. The actions never run over
several lines.
I'm currently looking at Visual Parse++ to see if it will do what I
want. Any other pointers are welcomed.
Thanks
Bernard
[Sounds like another job for TCL. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.