Skip to content

Commit 0cea4ff

Browse files
committed
capture execution block split in architecture docs
1 parent 7fac6dc commit 0cea4ff

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/architecture.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)