flattenAST
Flattens the tree, starting at Node n into a list.
Return
the flattened nodes
Parameters
n
the node which contains the ast children to flatten
Flattens the tree, starting at Node n into a list.
the flattened nodes
the node which contains the ast children to flatten