File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,8 +22,9 @@ Key files:
2222- ` vibes/execution_expressions.go ` (expression dispatch and evaluation)
2323- ` vibes/execution_assign.go ` (assignment targets and member assignment flow)
2424- ` vibes/execution_script.go ` (script call surface and function argument binding)
25- - ` vibes/execution_calls.go ` (callable dispatch + function invocation + block invocation )
25+ - ` vibes/execution_calls.go ` (callable dispatch + function invocation)
2626- ` vibes/execution_call_expr.go ` (call expression target/args/kwargs/block evaluation)
27+ - ` vibes/execution_blocks.go ` (block literal creation and block/yield invocation)
2728- ` vibes/execution_operators.go ` (unary/index/binary operator evaluation)
2829- ` vibes/execution_control.go ` (range/case/loop/try evaluation)
2930- ` vibes/execution_errors.go ` (runtime error model, wrapping, and quota/signal sentinels)
You can’t perform that action at this time.
0 commit comments