pub fn block_parser( stmt_parser: impl Parser<char, Statement, Error = Simple<char>>, ) -> impl Parser<char, Block, Error = Simple<char>>