适合初学者的 BNF 语法教程/入门吗?
对于介绍 BNF 语法(以及如何在实践中使用它们),您有何建议?
带有许多示例的简洁内容会很棒。一直在谷歌搜索,但到目前为止只发现了非常长的文章,其中的例子不明确:/
(在我的特殊情况下,我试图解析 Galaxy Toolconfig 语法,其中包括 if/else 语句等。)
What's your tip for an introduction to BNF grammar (and how to use them in practice)?
Something concise with many examples would be great. Have been googling but only found enormously long artcles with unclear examples so far :/
(In my particular case, I'm trying to parse the Galaxy Toolconfig syntax, which includes if/else statements etc.)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在解决这些问题时,我一直发现 abnf rfc 非常好:http://www.ietf。 org/rfc/rfc2234.txt
i've always found the abnf rfc very good when regarding these issues: http://www.ietf.org/rfc/rfc2234.txt