Related articles |
---|
C++ grammar for ANTLR & C# output ri@gazeta.pl (Rami) (2007-11-30) |
Re: C++ grammar for ANTLR & C# output info@meta-alternative.net (MetaProgrammer) (2007-12-06) |
From: | MetaProgrammer <info@meta-alternative.net> |
Newsgroups: | comp.compilers,comp.compilers.tools.pccts |
Date: | Thu, 06 Dec 2007 16:37:43 GMT |
Organization: | NTL |
References: | 07-11-092 |
Keywords: | C++, parse, PCCTS |
Posted-Date: | 08 Dec 2007 01:12:57 EST |
Rami wrote:
> I'm looking for ANTLR input file with C++ grammar which is configured for C#
> output. Does anybody know where can I find it?
>
Unfortunately, ANTLR does not support GLR parsing. You may want to
take a look at http://www.cubewano.org/oink, it contains a GLR grammar
for C++. With a little bit of luck it is possible to extract the pure
grammar and feed it to some other GLR parser construction tool, if you
really desperately need it.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.