Related articles |
---|
Need simple parser/interpreter - reinvent the wheel? pld@fc.hp.com (2000-05-31) |
Re: Need simple parser/interpreter - reinvent the wheel? William.H.Duquette@jpl.nasa.gov (2000-06-01) |
Re: Need simple parser/interpreter - reinvent the wheel? andrew@andrewcooke.free-online.co.uk (Andrew Cooke) (2000-06-03) |
Re: Need simple parser/interpreter - reinvent the wheel? peter@abbnm.com (2000-06-03) |
From: | William.H.Duquette@jpl.nasa.gov (William H. Duquette) |
Newsgroups: | comp.compilers,comp.lang.misc |
Date: | 1 Jun 2000 18:04:49 -0400 |
Organization: | Jet Propulsion Laboratory |
References: | 00-05-125 |
Keywords: | parse |
Howdy!
My two cents:
Implement a package in Tcl or Perl to parse these kinds of files;
then, your developers can write short scripts using the package.
No need to define a new language (Tcl or Perl (or Awk) will
do everything you need), but you get the ability to extend the
language for your own needs. Tcl is especially good for creating
problem specific languages.
Will Duquette
On 31 May 2000 23:10:11 -0400, pld@fc.hp.com (Paul Dineen) wrote:
> [ language to parse stylized text files? ]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.