PCCTS 轨道输入列号

发布于 2024-08-30 05:41:25 字数 26 浏览 2 评论 0原文

如何让 PCCTS 跟踪标记列的数量?

How can I make PCCTS track the number of the tokens columns?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

风吹雪碎 2024-09-06 05:41:25

看来这可能是 ANTLR 被开发为对 PCCTS 的改进的原因之一:

http://sds.sourceforge.net/src/antlr/doc/lexer.html#trackingcolumn

但是,如果您阅读 PCCTS pdf book 可以看到有一个跟踪列的方法。使用 C api,您可以定义预处理器符号 ZZCOL

It seems that this may be one of the reasons that ANTLR was developed as an improvement over PCCTS:

http://sds.sourceforge.net/src/antlr/doc/lexer.html#trackingcolumn

However if you read the PCCTS pdf book you can see that there is an method for tracking columns. Using the C api you can define the preprocessor symbol ZZCOL

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