cairo_lang_semantic::expr::compute

Function compute_expr_block_semantic

Source
pub fn compute_expr_block_semantic(
    ctx: &mut ComputationContext<'_>,
    syntax: &ExprBlock,
) -> Maybe<Expr>
Expand description

Computes the semantic model of an expression of type ast::ExprBlock.