parse_block

Function parse_block 

Source
fn parse_block(
    lines: &[String],
    i: &mut usize,
    stop_on: &[&str],
) -> Result<Vec<Stmt>>