pub fn parse_with_lexer(
lexer: &mut Lexer<'_>,
r: &impl Resolve,
flags: ParseFlags,
) -> Result<Primitive>Expand description
Recursive. Can parse stream but only if its dictionary does not contain indirect references.
Use parse_stream if this is not sufficient.