Skip to content

Commit 1831ad3

Browse files
committed
document expanded execution file boundaries
1 parent 1a97b19 commit 1831ad3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/architecture.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ Key files:
1919

2020
- `vibes/execution.go` (core statement/expression evaluator)
2121
- `vibes/execution_script.go` (script call surface and function argument binding)
22+
- `vibes/execution_calls.go` (call target resolution, callable dispatch, block/yield invocation)
2223
- `vibes/execution_control.go` (range/case/loop/try evaluation)
24+
- `vibes/execution_errors.go` (runtime error model, wrapping, and quota/signal sentinels)
25+
- `vibes/execution_state.go` (runtime call/env/module/receiver stack helpers)
2326
- `vibes/execution_members.go` (member dispatch for runtime values)
2427
- `vibes/execution_members_hash.go` (hash/object member behavior)
2528
- `vibes/execution_members_string.go` (string member behavior)

0 commit comments

Comments
 (0)