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