Related articles |
---|
GLR Parsing Generator puehler@uni-koblenz.de (Thomas =?iso-8859-1?Q?P=FChler?=) (1999-06-06) |
Re: GLR Parsing Generator dwight@pentasoft.com (1999-06-12) |
Re: GLR Parsing Generator cfc@world.std.com (Chris F Clark) (1999-06-12) |
Re: GLR Parsing Generator bromage@cs.mu.OZ.AU (1999-06-12) |
Re: GLR Parsing Generator adrian@dcs.rhbnc.ac.uk (1999-06-15) |
From: | dwight@pentasoft.com (Dwight VandenBerghe) |
Newsgroups: | comp.compilers,comp.lang.c++ |
Date: | 12 Jun 1999 21:06:14 -0400 |
Organization: | Compilers Central |
References: | 99-06-033 |
Keywords: | C++, parse |
On 6 Jun 1999 23:02:58 -0400, Thomas Pühler <puehler@uni-koblenz.de>
>We want to develop a C++-Parser. Because current parsing techniques do
>not fit requirements of the C++-language, we searched for new
>ones. GLR*-Parsing (Generalazied LR-Parsing) seems to us a appropriate
>technique to handle C++. But So far we haven't found any
>glr-parser-generator. Does anyone know where I can find one?
Don't know of a GLR parser, but have you looked at Yacc++?
It's full LR(1) and has syntactic and semantic predicates
that help a lot with difficult parsing problems.
http://world.std.com/~compres/
Dwight
Return to the
comp.compilers page.
Search the
comp.compilers archives again.