Re: C++ Grammar

"Ira D. Baxter" <idbaxter@semdesigns.com>
18 Aug 2001 00:42:30 -0400

          From comp.compilers

Related articles
[5 earlier articles]
Re: C++ Grammar dosreis@cmla.ens-cachan.fr (Gabriel Dos Reis) (2001-08-15)
Re: C++ Grammar aarongray@beeb.net (Aaron Gray) (2001-08-15)
Re: C++ Grammar dosreis@cmla.ens-cachan.fr (Gabriel Dos Reis) (2001-08-16)
Re: C++ Grammar iank@idiom.com (2001-08-17)
Re: C++ Grammar jerry@swsl.co.uk (Jerry Evans) (2001-08-17)
Re: C++ Grammar cfc@world.std.com (Chris F Clark) (2001-08-17)
Re: C++ Grammar idbaxter@semdesigns.com (Ira D. Baxter) (2001-08-18)
Re: C++ Grammar clinton_olsen@yahoo.com (2001-08-18)
Re: C++ Grammar aarongray@beeb.net (Aaron Gray) (2001-08-20)
C++ Grammar 75024.3236@CompuServe.COM (Chris Hockett) (1996-03-25)
| List of all articles for this month |

From: "Ira D. Baxter" <idbaxter@semdesigns.com>
Newsgroups: comp.compilers
Date: 18 Aug 2001 00:42:30 -0400
Organization: Compilers Central
References: 01-08-037 01-08-046 01-08-055 01-08-058 01-08-095
Keywords: parse, tools
Posted-Date: 18 Aug 2001 00:42:30 EDT

"Jerry Evans" <jerry@swsl.co.uk> wrote in message
> I am hoping to use MSTA (part of COCOM and LALR(k>1)) to build a
> suitable (C++) parser ...


> My main interest is in building something that would make mass
> code-rewriting more of a science than an art. Please do let me know if
> this strikes a chord.


Our DMS Software Reengineering Toolkit, we think, is a major step in
that direction. It provides parsing, tree building, source-to-source
transformations using the language syntax, and works with C++ and
number of other languages. See
http://www.semdesigns.com/Products/DMS/DMSToolkit.html.


--
Ira D. Baxter, Ph.D. CTO Semantic Designs, Inc.
http://www.semdesigns.com


Post a followup to this message

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