Skip to content
This repository was archived by the owner on Nov 20, 2023. It is now read-only.
This repository was archived by the owner on Nov 20, 2023. It is now read-only.

What is the suggested: a) generator and b) node traversal library for Syntax Tree ASTs #49

@aaronlippold

Description

@aaronlippold

Hello, first very cool work!

For a)

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions