pub fn parse_floating_point<'src>( input: &mut &'src str, ) -> ModalResult<BasicToken, ContextError<StrContext>>