Related articles |
---|
C++ grammar for YACC hgiese@iset.uni-kassel.de (Helmut Giese) (1997-11-29) |
From: | Helmut Giese <hgiese@iset.uni-kassel.de> |
Newsgroups: | comp.compilers |
Date: | 29 Nov 1997 00:24:54 -0500 |
Organization: | ISET e.V. |
Keywords: | C++, parse, question, comment |
Hello out there,
I am looking for a C++ grammar. I got one with a copyright notice of
1990, but since then C++ has evolved a lot.
Does anyone have any ideas where to look ?
Thanks
Helmut
[The grammar of C++ is so ambiguous that it's pretty close to impossible to
parse with something like yacc. You need backup or predicates or some
other way to disambiguate semantically. -John]
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.