RustPython / Parser

MIT License
77 stars 29 forks source link

fix(ast): make unparse module public #107

Closed m-spitfire closed 6 months ago

m-spitfire commented 1 year ago

Closes #101

m-spitfire commented 1 year ago

Hi @youknowone , if you could merge & publish a new version it'd be great as I don't want to have a git dependency for a school project I'm doing.

Thanks!

divad1196 commented 11 months ago

Hi, What is the current status for this PR? Since it is a small change, it would be nice to have it. I am currently looking for a way to revert my python AST into python code or directly compile it into a module object in python.

youknowone commented 6 months ago

I am sorry to be late