[antlr-interest] C++ grammar for ANTLR v3 ?

Sam Harwell sharwell at pixelminegames.com
Wed Oct 7 11:29:50 PDT 2009


The only complete working grammar for ANTLR v3 written in ANTLR v3 is
the set of grammars in my C# port, and they use the CSharp3 target. The
C# port of the ANTLR tool uses these grammars internally for all its
processing, so they are tested working. It would take a significant
amount of work to port them to C++ due to the fact that they rely
heavily on the rest of the ANTLR tool's code for processing the
information gathered in parsing.

There is another ANTLR v3 grammar written in ANTLR v3 targeting Java (I
believe), but I'm not sure what its status is. I do know it's not the
primary grammar used in the Java version of the tool.

Sam

-----Original Message-----
From: antlr-interest-bounces at antlr.org
[mailto:antlr-interest-bounces at antlr.org] On Behalf Of Lisa Bahler
Sent: Wednesday, October 07, 2009 9:19 AM
To: antlr-interest at antlr.org
Subject: [antlr-interest] C++ grammar for ANTLR v3 ?

I'm looking for a C++ grammar for ANTLR v3.  Does one exist?  If not 
yet, what is the status?



List: http://www.antlr.org/mailman/listinfo/antlr-interest
Unsubscribe:
http://www.antlr.org/mailman/options/antlr-interest/your-email-address


More information about the antlr-interest mailing list