boost::parser::operator>>
// In header: <boost/parser/parser.hpp> template<typename Parser> auto operator>>(char32_t c, parser_interface< Parser > rhs);
Returns a parser equivalent to lit(c) >> rhs.
lit(c) >> rhs