You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 20, 2023. It is now read-only.
Assuming I parse and generate the AST and then 'do my processing and update the AST' which generator should I pass the modified AST to rewrite my transformed ruby file
for b) I was trying to do something simple like move a node in the tree and write out a new file, the docs don't seem to call out a specific library for OO style ast traversal, manipulation, unless the assumption is that we would use TreeWriter. Can you provide some insight or pointers to documentation or blog that might help?