The official status is beta for a few reasons: * Grammars built with the debug and/or profile flags aren't tested or integrated into MSBuild. * Delegate grammars aren't really tested. * Aside from my own commercial product and several test projects, I don't know of anyone putting the CSharp3 target to the test.
Here's a new build with (among other things) improved MSBuild support. I need to make a blog entry about using the MSBuild support, but I can say I'm exclusively using this for every grammar in every project I'm using ANTLR in, including the v3 grammars for the C# port of the tool itself. http://www.280z28.org/downloads/antlr/antlr-dotnet-binaries-3.2.0.6805.7 z Sam -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Kevin Carroll Sent: Monday, March 15, 2010 11:35 AM To: [email protected] Subject: [antlr-interest] CSharp3 Target (ANTLR 3.2) What is the "official" status of C# port of ANTLR 3.2 (i.e., language=CSharp3)? Several of the new features of 3.2 are utilized quite a bit in "Language Implementation Patterns". Most importantly, tree rewriting. I have been using Sam Harwell's stand-alone Windows port of ANTLR 3.2 with success (after a few tweaks to unify member name capitalization and a correction to the ApplyOnce method to bring it up-to-date with the Java version). The only true problem is that I would really love to use my ANTLR-generated parser in conjunction with Actipro Software's SyntaxEditor, but they only currently support the CSharp2 target (understandably). Thanks for any info, Kevin Carroll List: http://www.antlr.org/mailman/listinfo/antlr-interest Unsubscribe: http://www.antlr.org/mailman/options/antlr-interest/your-email-address List: http://www.antlr.org/mailman/listinfo/antlr-interest Unsubscribe: http://www.antlr.org/mailman/options/antlr-interest/your-email-address -- You received this message because you are subscribed to the Google Groups "il-antlr-interest" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/il-antlr-interest?hl=en.
