[#2E4C91D61AE7105A46D8A3716D5CAEBF3534AFCC]

Function parse

Parse a character buffer using a rule

Synopsis

            template
system::result
parse(
    core::string_view s,
    Rule const& r);
        

Description

This function parses a complete string into the specified sequence of rules. If the string is not completely consumed, an error is returned instead.