pub fn parse_with_specs(
input: &str,
settings: &mut Settings,
extra_specs: &[FunctionSpec],
extra_env_specs: &[EnvironmentSpec],
) -> Result<Vec<ParseNode>, ParseError>Expand description
Parses input with caller-provided extension function/environment specs.