antlr3 C# 代码生成

发布于 2024-12-01 15:49:16 字数 87 浏览 0 评论 0原文

我能够为使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我不会写诗 2024-12-08 15:49:16

在不使用 -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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文