 |
C++Talk.NET C++ language newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Marcel Guest
|
Posted: Fri Jun 24, 2005 5:06 pm Post subject: lex / yacc grammar |
|
|
does anyone knows where I can find a lex/yacc or flex/bison grammar for
C++?
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]
|
|
| Back to top |
|
 |
Hans Aberg Guest
|
Posted: Sat Jun 25, 2005 1:22 am Post subject: Re: lex / yacc grammar |
|
|
In article <1119630105.830598.65480 (AT) z14g2000cwz (DOT) googlegroups.com>,
"Marcel" <marcel (AT) kttf (DOT) net> wrote:
| Quote: | does anyone knows where I can find a lex/yacc or flex/bison grammar for
C++?
|
Check the FAQ of the comp.compilers newsgroup, published there monthly,
which perhaps has a reference.
--
Hans Aberg
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]
|
|
| Back to top |
|
 |
Thomas Tutone Guest
|
|
| Back to top |
|
 |
Ira Baxter Guest
|
Posted: Sun Jul 24, 2005 11:41 am Post subject: Re: lex / yacc grammar |
|
|
"Marcel" <marcel (AT) kttf (DOT) net> wrote
| Quote: | does anyone knows where I can find a lex/yacc or flex/bison grammar for
C++?
|
AFAIK, there are no versions of this available that have been tested
seriously.
If you want to process C++ seriously, you should really get a fully tested
C++ front end.
We offer one as part of the DMS Software Reengineering Toolkit:
http://www.semdesigns.com/Products/FrontEnds/CppFrontEnd.html
It can be used to parse, analyze, or transform C++, and handles
most of the widely used dialects of C++, including ANSI, GCC 3,
MSVC6, MS Managed C++ and MS CLI.
--
Ira D. Baxter, Ph.D., CTO 512-250-1018
Semantic Designs, Inc. www.semdesigns.com
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|