...世界上最受推崇、设计最精良的 C++ 库项目之一。 — Herb Sutter 和 Andrei Alexandrescu,C++ Coding Standards
...世界上最受推崇、设计最精良的 C++ 库项目之一。
boost::parser::operator%
// In header: <boost/parser/parser.hpp> template<typename Parser> auto operator%(char c, parser_interface< Parser > rhs);
返回一个与 lit(c) % rhs 等效的解析器。
lit(c) % rhs