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