fn paths_from_parsed_content(
content: &str,
parsed_content: Vec<Statement<'_>>,
) -> Result<Vec<Path>, Error>
Expand description
Take unsanitized parsed content and convert it to a list of paths with properties.
This is effectively the interpreter step for mtreeās declaration language.