pub fn parse_str<T: Symbol>(
    data: &str,
    parent: &Path
) -> Result<Vec<Expr<T>>, String>
Expand description

Parses a string.