-
-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I apply the diff actions on the left AST? #146
Comments
Hi @dareenkf |
Hi @martinezmatias , I mean that I want to apply the operations to the left AST, and then pretty print the new AST to a file. |
We haven't implement that feature yet. |
I know that, however, I plan to modify some of the operations before applying them to the left AST. Any way thanks for you reply! I'll try to figure out a way. |
That's a feature we want to implement. |
FYI @algomaster99 is working on this feature |
I wonder if I can reconstruct the left AST by adding the diff resulted operations and then rewrite the code to a file.
The text was updated successfully, but these errors were encountered: