lib-ruby-parser-ast 0.55.0

AST for lib-ruby-parser
Documentation
1
2
3
4
5
/// Module that performs a search of AST nodes on a given AST
pub mod finder;

/// Module that performs top-down visiting of all nodes on a given AST
pub mod visitor;