ml-lex 中 yyleng 函数的使用

发布于 2024-10-16 09:18:38 字数 61 浏览 2 评论 0原文

有人可以帮助我使用 ml-lex 的 yyleng 函数吗? 我如何使用它来显示分析器中最近匹配的文本的长度

Could some help me out with the use of the yyleng function of the ml-lex.
How could i use it to display the length of the length of the recently matched text in the analyser

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

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

发布评论

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

评论(1

乖乖公主 2024-10-23 09:18:38

(这个问题已在评论中得到回答。已转换社区 Wiki 答案适合 SO 问答格式。)

@Jesper.Reenberg 指出:

您可能不想重新表述您的问题。目前尚不完全清楚您的确切问题是什么。据我所知,ml-lex 中只有 yypos 和 yytext 。然后您可以获取 yytext 的长度来获取匹配的长度。

请参阅用户指南此处此处示例。

(This question was answered in the comments. Converted to Community Wiki Answer to suit SO Q&A format.)

@Jesper.Reenberg noted:

You might wan't to rephrase your question. It is not completely clear what your exact problem is. As far as I know, then you only have yypos and yytext in ml-lex. Where you then can take the length of yytext to get the length of the matched.

See the user guide, here or here for examples.

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