antlr3 c# code generation
I'm able to successfully generate C# code (CSharp2) for my gra开发者_如何学JAVAmmar written using ANTLRWorks. But I would like to do the same without all the debug statements that are generated by default. Is there a way to do it?
Run the generator without the -debug
option.
I got this from here: http://www.antlr.org/pipermail/antlr-interest/2009-November/036849.html
精彩评论