...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::parser::zero_plus_parser
// In header: <boost/parser/parser.hpp> template<typename Parser> struct zero_plus_parser : public boost::parser::repeat_parser< Parser > { // public member functions zero_plus_parser(Parser); };