ruby-syntax-tree / syntax_tree

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

Combine ArrayLiteral, MRHS, QSymbols, QWords, Symbols, Words into ArrayNode #352

Open kddnewton opened 1 year ago

kddnewton commented 1 year ago

All of these nodes are effectively arrays. We should combine them. YARP has: