Ruby syntaxtree

From wikinotes
Revision as of 22:12, 4 October 2023 by Will (talk | contribs)

a very fast ruby ast

node-types all defined within node.rb


stree search 'VarRef[value: Const[value: "MyModule"]]' **/*.rb

stree search 'ConstPathRef[VarRef[value: Const[value: "MyModule"]],Const[value: "MyClass"]]' **/*.rb