pub fn annotation_parser( expr_parser: impl Parser<char, Expression, Error = Simple<char>>, ) -> impl Parser<char, Annotation, Error = Simple<char>>