split_subroutines

Function split_subroutines 

Source
pub fn split_subroutines(
    statements: Vec<Statement>,
) -> Vec<(String, Vec<Statement>)>