code_diff
code_diff copied to clipboard
Fast AST based code differencing in Python
Hi, thank you very much for implementing this library. I would like to have more information about its use for the following scenario: given two code snippets, I would like...
I have a use case where I need the information of the target nodes in the EditScript. However, only the target node text is passed to the `Update` objects. For...
Hi authors, your library is very useful. I face some errors when executing the example code. Could you please suggest me how to solve this issue? 