| Related articles |
|---|
| Cisco IOS command language pjt@iki.fi (Pekka Taipale) (2001-05-13) |
| Re: Cisco IOS command language neitzel@gaertner.de (2001-05-15) |
| Re: Cisco IOS command language jguthrie@brokersys.com (Jonathan Guthrie) (2001-05-15) |
| Re: Cisco IOS command language adamo@dblab.ece.ntua.gr (2001-05-15) |
| Re: Cisco IOS command language samiam@cisco.com (Scott Moore) (2001-05-15) |
| Re: Cisco IOS command language fvm@tasking.nl (2001-05-18) |
| Re: Cisco IOS command language stefan@keyser.soze.com (Stefan Arentz) (2001-05-21) |
| Re: Cisco IOS command language pjt@iki.fi (2001-05-29) |
| From: | fvm@tasking.nl (Frank van Maarseveen) |
| Newsgroups: | comp.compilers |
| Date: | 18 May 2001 23:48:05 -0400 |
| Organization: | TASKING, Inc. |
| References: | 01-05-026 01-05-036 |
| Keywords: | syntax |
| Posted-Date: | 18 May 2001 23:48:05 EDT |
Jonathan Guthrie <jguthrie@brokersys.com> wrote:
>
> The Zebra routing software is very similar to Cisco's IOS. I don't
> know how whether or not it's done with Lex and YACC or if it's done
> some other way. www.zebra.org
It's hardcoded and rather ugly for anyone familiar with
parser generators. But it has command name/argument completion
at every level and that's hard to do in a traditional approach.
--
Frank
Return to the
comp.compilers page.
Search the
comp.compilers archives again.