if token[0] == '"':
            if in_string:
                tokens[-1] += token[1:]
                in_string = False
            else: