We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a97b19 commit 1831ad3Copy full SHA for 1831ad3
1 file changed
docs/architecture.md
@@ -19,7 +19,10 @@ Key files:
19
20
- `vibes/execution.go` (core statement/expression evaluator)
21
- `vibes/execution_script.go` (script call surface and function argument binding)
22
+- `vibes/execution_calls.go` (call target resolution, callable dispatch, block/yield invocation)
23
- `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)
26
- `vibes/execution_members.go` (member dispatch for runtime values)
27
- `vibes/execution_members_hash.go` (hash/object member behavior)
28
- `vibes/execution_members_string.go` (string member behavior)
0 commit comments