使用版本 2 语法的良好/完整 Boot Spirit 示例

发布于 2024-08-31 21:13:08 字数 583 浏览 4 评论 0 原文

Almost all of the examples I've gone and looked at so far from: http://boost-spirit.com/repository/applications/show_contents.php use the old syntax. I've read and re-read the actual documentation at http://www.boost.org/doc/libs/1_42_0/libs/spirit/doc/html/index.html and the examples therein. I know Joel is starting a compiler series on the blog http://boost-spirit.com/home/ but that hasn't gotten in full swing yet. Any other resources to see worked examples using some more sophisticated/involved aspects in the context of fully working applications?

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

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

发布评论

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

评论(1

懒的傷心 2024-09-07 21:13:08

嗯,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!

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