pub fn lower_python(tree: &SyntaxTree) -> ExprExpand description
Lower a complete concrete tree to the stable python/module,
python/statement, and python/token vocabulary. Parser coverage and
executable support are deliberately distinct: each token carries a final
boolean saying whether the future Python runtime profile may execute it.