ruby-syntax-tree / syntax_tree

Interact with the Ruby syntax tree
https://ruby-syntax-tree.github.io/syntax_tree/
MIT License
556 stars 54 forks source link

Prism integration status? #427

Open dgollahon opened 6 months ago

dgollahon commented 6 months ago

I see mentioned on the prism README that it will be integrated into syntax_tree. I don't see any mention of prism at all on this repo though. Is there a development branch, roadmap, or anything else for that project? I am interested in potentially helping with that or otherwise contributing to syntax_tree.

Thanks!

dgollahon commented 6 months ago

Ah, I now see syntax_tree-prism. Maybe helpful to put a note on both repos if it's up to date/accepting contributions? I would be happy to hack on it if contributions are welcome.

I would like to use syntax_tree on a codebase I work on but it currently produces syntax errors. I would file an issue but I was hoping to just fix the bugs but it seems like it would be better to contribute to the prism verson v.s. fight with ripper.