antlr3 C# 代码生成
我能够为使用 ANTLRWorks 编写的语法成功生成 C# 代码 (CSharp2)。但我想在没有默认生成的所有调试语句的情况下执行相同的操作。有办法做到吗?
I'm able to successfully generate C# code (CSharp2) for my grammar 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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在不使用
-debug
选项的情况下运行生成器。我从这里得到这个: http://www.antlr.org /pipermail/antlr-interest/2009-11月/036849.html
Run the generator without the
-debug
option.I got this from here: http://www.antlr.org/pipermail/antlr-interest/2009-November/036849.html