pub fn parse_with_lexer_ctx(
lexer: &mut Lexer<'_>,
r: &impl Resolve,
ctx: Option<&Context<'_>>,
flags: ParseFlags,
max_depth: usize,
) -> 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.