Skip to main content

parse_with_specs

Function parse_with_specs 

Source
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.