The CSharp3 runtime port doesn't include that class because it adds a dependency on StringTemplate. Instead, I included it in the C# port of StringTemplate, and it does have the changes you are referring to. The CSharp/CSharp2 targets have a separate assembly called Antlr.Utility.Tree(.dll) containing this class, which has not been updated. Johannes maintains those targets, but I know his dev machine is down so I can update the file if he needs me to.
Sam -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Jim Idle Sent: Thursday, April 23, 2009 4:59 PM To: ANTLR-dev Dev Subject: [antlr-dev] C# dot spec output Hi, Can whoever looks after C# targets these days note that I made some bug fixes to the dot output code (the stuff that walks the AST and produces a dot spec), the fixes prevent the .dot file from being incorrect and the Windows version of dot.exe from aborting over them. Should not take very long to copy the changes. Perforce changelist #5525 is what you need. Cheers, Jim _______________________________________________ antlr-dev mailing list [email protected] http://www.antlr.org/mailman/listinfo/antlr-dev _______________________________________________ antlr-dev mailing list [email protected] http://www.antlr.org/mailman/listinfo/antlr-dev
