Category Archives: boost

Optimizing Expressions with Boost.Proto

Finally, a new “Expressive C++” article. I’m pretty excited because I’ve covered enough of Proto’s basics to get to talk about the good stuff: how to manipulate expressions using grammars and transforms. This is potent stuff. In this article, I … Continue reading

Posted in boost, edsl, proto | Leave a comment

Expressive C++: Expressions and Domains

My latest article about EDSLs and Boost.Proto is up at Cpp-Next. This one completes a little lambda library in about 30 lines of C++. I also ruminate on the many layers of understandings about expressions in C++. Swing on over, … Continue reading

Posted in boost, edsl, proto | Leave a comment

Expressive C++ Continues

The latest in my series of posts on embedded Domain-Specific Languages in C++ continues. This one sketches the outline of a simple lambda library using Boost.Proto.

Posted in boost, edsl, proto | Leave a comment

Xpressive To Get Multi-Capture

For Boost.Xpressive, multi-capture (the ability of a capturing group to remember all the times matches, instead of only the last) is an oft-requested feature. Since it could be faked with Xpressive’s implementation of named regexes, so adding multi-capture has never … Continue reading

Posted in boost, xpressive | Leave a comment

Boost.Xpressive FTW

This message recently came over the boost-users mailing list:

Posted in boost, xpressive | Leave a comment