如何在flex(词法分析器)中启用最短匹配规则?

发布于 2024-12-19 00:53:35 字数 62 浏览 2 评论 0原文

默认情况下,flex 使用最长匹配规则。 有什么方法可以覆盖此行为以使其匹配最短序列?

谢谢

By default flex uses the longest match rule.
Is there any way to override this behavior to make it match the shortest sequence?

Thank you

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

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

发布评论

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

评论(1

樱娆 2024-12-26 00:53:35

This page in the Flex manual says that it doesn't have any non-greedy operators because it is a scanner rather than a parser, and suggests regular expressions could be used to add the missing functionality.

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