Skip to main content

flatten_ast

Function flatten_ast 

Source
pub fn flatten_ast(node: &AstNode) -> Vec<AstNode>
Expand description

Flatten the AST into a linear sequence of nodes (depth-first)