Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

C++ grammar for ANTLR & C# output

12 views
Skip to first unread message

Rami

unread,
Nov 30, 2007, 12:34:51 PM11/30/07
to
Hi,

I'm looking for ANTLR input file with C++ grammar which is configured for C#
output. Does anybody know where can I find it?

MetaProgrammer

unread,
Dec 6, 2007, 11:37:43 AM12/6/07
to
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.

0 new messages