Function perplex::parser::parse_str[][src]

pub fn parse_str<S: AsRef<str>>(input: S) -> Desc

Parse a string.

This first tokenizes the string and then parses it.