pub fn parse_block( parser: &Parser, tokens: Vec<Token>, global_store: &mut GlobalStore, ) -> Vec<Statement>