rust-python-parser icon indicating copy to clipboard operation
rust-python-parser copied to clipboard

Parse type comments?

Open progval opened this issue 5 years ago • 0 comments

Starting with python 3.8, type comments are parsed by cpython's parser. We might want to support them.

But that's a lot of work, so I'm not sure it's worth it

progval avatar Sep 09 '20 12:09 progval