Related articles |
---|
How to build a CLI and a Shell dubuis@iam.unibe.ch (Eric Dubuis) (2001-01-05) |
Re: How to build a CLI and a Shell nprasad@cyberrep.com (Nirmal Prasad R.) (2001-01-09) |
Re: How to build a CLI and a Shell dubuis@iam.unibe.ch (Eric Dubuis) (2001-01-18) |
Re: How to build a CLI and a Shell samiam@cisco.com (Scott Moore) (2001-01-19) |
From: | Eric Dubuis <dubuis@iam.unibe.ch> |
Newsgroups: | comp.compilers |
Date: | 18 Jan 2001 01:14:50 -0500 |
Organization: | Deja.com |
References: | 01-01-020 01-01-036 |
Keywords: | design |
Posted-Date: | 18 Jan 2001 01:14:50 EST |
Why do you think that the use of a parser (generator) is no good? I
believe it would really help the maintainability of the interface if
it is defined through a regular grammar.
Eric
"Nirmal Prasad R." <nprasad@cyberrep.com> wrote:
> I guess as this code will run on a router, you may be better off
> avoiding lex & yacc altogether. ...
>
> Eric Dubuis <dubuis@iam.unibe.ch> wrote in message
> > I have the task to build a shell and a Cisco or Juniper like Command
> > Line Interpreter (CLI) for some router and will be using the C (or
> > C++) programming language.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.