6fc00fe8cf
This transformer is responsible for lifting subexpression into temporary variables preserved across yield points. To maintain AST validity I introduced an expression that can contain a block of statements inside called BlockExpression. BUG= R=kustermann@google.com Review URL: https://chromereviews.googleplex.com/458577014 .