Function cosmic_space::parse::lex_nested_block

source ยท
pub fn lex_nested_block<I, E>(
    kind: NestedBlockKind,
) -> impl FnMut(I) -> IResult<I, LexBlock<I>, E>
Expand description

rough block simply makes sure that the opening and closing symbols match it accounts for multiple embedded blocks of the same kind but NOT of differing kinds