democritus-project / d8s-python

Democritus functions for working with Python ASTs.
GNU Lesser General Public License v3.0
2 stars 4 forks source link

In the "python_ast_parse" function, we are cleaning the python code before parsing it... is this a good approach? #25

Closed fhightower closed 3 years ago

fhightower commented 3 years ago

We're cleaning the text before parsing; may want to try to parse it without modification the first time and only clean the text if the initial parsing fails.

fhightower commented 3 years ago

In the spirit of Easier to Ask for Forgiveness than Permission, yes. I will make this change.