pub fn compound_stmt(input: &str) -> ParseResult<'_, Statement>
192 compound_stmt = BEGIN stmt { stmt } END ; .
;