-
-
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
Applying actions on ast #131
Comments
In the current version, that feature is not implemented. |
Hi @quentinLeDilavrec |
Part of this is implemented in https://github.com/KTH/spork/
|
Thanks @martinezmatias I will make sure to ask you if I have problems with the implementation. For now, I am having difficulties with nested operations, such as updates inside moves, #67 is also a good start but I think that the example does not work because Regards, |
Yes. That's right.
I'll check it. Regards |
Great idea :) Would you make a PR on ecosystem.md? |
Yeah, I will do it. But even tho it's a great project, I did not find many things that I could reuse from spork :,( In my case, my best shot would be to implement a way to just mutate the ast without too much boilerplate,
Moreover, I cannot consider operations individually, thus I would need to make a wrapper able to update other wrappers to avoid unwanted application of other operations. Some examples, given a delete inside a move, @martinezmatias It sounds ok? Oo |
Hi,
Is there a standard/convenient way of applying a subset of found actions?
I want to apply them on the left spoon ast to evaluate different intermediary version of an evolved code.
Thanks for your help!
The text was updated successfully, but these errors were encountered: