llvm/codegen: extract wrapper/object emission into object.rs; dedupe mod.rs. runner/json_v0_bridge: introduce BridgeEnv + VarScope to unify lowering paths (lower_expr/args) and cache env flags; thread env through stmt lowering; minor HashMap type cleanups. Build + PyVM stage-2 smokes passed.
This commit is contained in:
@ -44,4 +44,7 @@ run "$ROOT_DIR/apps/tests/loop_if_phi.nyash"
|
||||
# Peek expression
|
||||
run "$ROOT_DIR/apps/tests/peek_expr_block.nyash"
|
||||
|
||||
# Try/finally control-flow without actual throw
|
||||
run "$ROOT_DIR/apps/tests/try_finally_break_inner_loop.nyash"
|
||||
|
||||
echo "[curated-llvm] OK"
|
||||
|
||||
Reference in New Issue
Block a user