Is there a function that automatically desugaring and returning python code?
Closed this issue · 1 comments
Jeongmingyeong commented
I am going to proceed with python code desugaring by referring to this github.
Is there a function that converts python codes into desugared python codes?
That is, the function I want is :
python code file → (convert) → desugared python code file
I'll be waiting for your answer. Thanks!
brettcannon commented
I started writing such a tool, but it was going to take too much effort and not help with the blog posts, so I never finished it and tossed it out.