mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-14 16:35:03 +01:00
Change let
This commit is contained in:
parent
40543b501c
commit
7c2faaecb8
9 changed files with 200 additions and 100 deletions
|
|
@ -121,6 +121,8 @@ function lowerExpr(fcx: FuncContext, instrs: wasm.Instr[], expr: Expr) {
|
|||
case "block":
|
||||
if (expr.exprs.length === 1) {
|
||||
lowerExpr(fcx, instrs, expr.exprs[0]);
|
||||
} else {
|
||||
todo("complex blocks");
|
||||
}
|
||||
break;
|
||||
case "literal":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue