[][src]Function csml_interpreter::parser::parse_scope::parse_root

pub fn parse_root<'a, E>(s: Span<'a>) -> IResult<Span<'a>, Block, E> where
    E: ParseError<Span<'a>>,