Skip to main content

flatten_expression_list

Function flatten_expression_list 

Source
pub fn flatten_expression_list(list: &AstNode) -> Vec<&AstNode>
Expand description

flattens expression-lists and MultipliedStatements into a vec of statements. It can also handle nested structures like 2(3(4,5))