[#2E4C91D61AE7105A46D8A3716D5CAEBF3534AFCC]
Parse a character buffer using a rule
template
system::result
parse(
core::string_view s,
Rule const& r);
This function parses a complete string into the specified sequence of rules. If the string is not completely consumed, an error is returned instead.