Re: all the EBNFs in the world

"John" <jfarrell@hotmail.com>
30 Nov 2000 12:05:14 -0500

          From comp.compilers

Related articles
all the EBNFs in the world jfarrell@hotmail.com (John) (2000-11-25)
Re: all the EBNFs in the world idbaxter@semdesigns.com (Ira D. Baxter) (2000-11-26)
Re: all the EBNFs in the world jfarrell@hotmail.com (John) (2000-11-30)
| List of all articles for this month |

From: "John" <jfarrell@hotmail.com>
Newsgroups: comp.compilers
Date: 30 Nov 2000 12:05:14 -0500
Organization: BigPond Internet Services (http://www.bigpond.net.au)
References: 00-11-157 00-11-159
Keywords: parse
Posted-Date: 30 Nov 2000 12:05:13 EST

Hi there, thanks for the reply. Currently I work for an organisation
that has a product that performs fairly lazy parsing of the languages
I mentioned as well as others, to extract and analyse SQL embedded in
them and give some context information. I am looking at re-writing the
system. It needs to be able to be portable from windows to various
unix platforms. Currently it uses a generic parser with various
switches for each language but I am hoping to replace some or all of
it with YACC/LEX parsers for easier maintainance and to allow better
context information extraction.


Thanks,


John Fairhall.
Quest Software


"Ira D. Baxter" <idbaxter@semdesigns.com> wrote in message
> The DMS Software Reengineering Toolkit is generalized compiler
> technology used to automate custom analyses/modification of sources
> for large scale software systems. ...


Post a followup to this message

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