| Related articles |
|---|
| C++ bison GLR parser mehta.pr.y@gmail.com (pymehta) (2005-11-15) |
| Re: C++ bison GLR parser Jeremy.Wright@microfocus.com (Jeremy Wright) (2005-11-19) |
| Re: C++ bison GLR parser haberg@math.su.se (2005-11-19) |
| From: | "pymehta" <mehta.pr.y@gmail.com> |
| Newsgroups: | comp.compilers |
| Date: | 15 Nov 2005 23:27:14 -0500 |
| Organization: | http://groups.google.com |
| Keywords: | C++, parse, question |
| Posted-Date: | 15 Nov 2005 23:27:14 EST |
Hello,
I understand that C++ is not very convenient to parse with LALR
parser. With bison going GLR, is there a GLR grammar in the wild that
can do C++ now?
I also have an idea that C++ type declaration requires context
sensitivity. If we have a clean GLR grammar, what other issues will
remain due to required context sensitivity?
TIA,
Pratik Mehta
Return to the
comp.compilers page.
Search the
comp.compilers archives again.