使用版本 2 语法的良好/完整 Boot Spirit 示例
到目前为止我看过的几乎所有示例: http:// boost-spirit.com/repository/applications/show_contents.php 使用旧语法。我已经阅读并重新阅读了 http://www.boost.org/doc/libs/1_42_0/libs/spirit/doc/html/index.html 及其中的示例。我知道 Joel 正在博客 http://boost-spirit.com/home/ 但这还没有全面展开。还有其他资源可以查看在完全工作的应用程序上下文中使用一些更复杂/涉及的方面的工作示例吗?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
嗯,Boost SVN 中总是有示例目录:$BOOST_ROOT/libs/spirit/example,其中包含一些更复杂的内容可供查看。与此相邻的测试目录包含大量的小测试,仔细检查我们所知道的每一项技术。
此外,Joel 和我将介绍您在 BoostCon 下周。所有材料将在演讲结束后立即提供,并且所有相关代码都已位于 Boost SVN (trunk) 的示例目录中。会议结束后,我们可能会开始在 Spirit 网站上撰写有关这项工作的文章。
我知道这并不像应用程序存储库中的 Spirit.Classic 那么多,但我们真的希望随着时间的推移能够实现这一目标......一切都取决于使用 Spirit 的人们会做出什么贡献!
Well, there is always the examples directory in Boost SVN: $BOOST_ROOT/libs/spirit/example containing a couple of more sophisticated things to look at. The tests directory adjacent to this contains a huge amount of small tests scrutinizing each and every technique we know of as well.
In addition, Joel and I will have a presentation about the progress we made with the compiler thing you mentioned at BoostCon next week. All of the material will be available right after the talk and all the related code is already in the examples directory in Boost SVN (trunk). We probably will start writing about this effort on the Spirit website after the conference.
I know this is not as much as we have for Spirit.Classic in the application repository, but we really hope to get there over time... Everything depends on what will get contributed by the people using Spirit!