Skip to main content

lower_python

Function lower_python 

Source
pub fn lower_python(tree: &SyntaxTree) -> Expr
Expand 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.