LibCST
LibCST copied to clipboard
Support parsing of t-strings
PEP 750: https://peps.python.org/pep-0750/
@zsol seems like libcst/_parser is overuse for removal per https://github.com/Instagram/LibCST/pull/929 I couldn't get the 'pure' parser to parse a match statement so I'm going to go ahead and assume we don't need need to add support for tstrings there.
Yes that's correct
looks like this is done