Function parse_fragment

Source
pub fn parse_fragment(
    reader: Reader<BufReader<File>>,
) -> (Vec<MathNode>, Reader<BufReader<File>>)