parse

Function parse 

Source
pub fn parse(
    input: &str,
) -> Result<Vec<Root>, ParseError<usize, Token<'_>, &'static str>>