pub fn compile(
expr: &mut ExprS,
env: &CompileTimeEnv,
) -> ExprResult<ExprByteCode>Expand description
Compile an [ast::Expr] into ExprByteCode
pub fn compile(
expr: &mut ExprS,
env: &CompileTimeEnv,
) -> ExprResult<ExprByteCode>Compile an [ast::Expr] into ExprByteCode