pub fn parse_with_config(
    tokens: TokenStream,
    config: ParserConfig
) -> Result<Vec<Node>>
Expand description

Parse the given proc-macro::TokenStream into a Node tree with custom ParserConfig