code_diff icon indicating copy to clipboard operation
code_diff copied to clipboard

Fast AST based code differencing in Python

Results 3 code_diff issues
Sort by recently updated
recently updated
newest added

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? ![image](https://github.com/cedricrupb/code_diff/assets/9138402/6299dcba-eb69-41ff-94c2-8d50374c8edb)