parse

Function parse 

Source
pub fn parse<R: BufRead>(
    reader: R,
) -> Result<Result<Vec<Statement>, SyntaxError>>