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