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