boost::parser::literals::operator""_l
// In header: <boost/parser/parser.hpp> auto operator""_l(char8_t c);
Returns a literal parser equivalent to lit(c).
lit(c)