flow: Phase 1 declarative DAG — sequence/parallel/defflow combinators + 18 tests
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 31s

Flow combinators as a Scheme prelude loaded onto scheme-standard-env; a flow is a
Scheme procedure input->output, run inside the interpreter (sets up Phase 3 call/cc
suspend). flow/start entry point, conformance runner, scoreboard.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-06 16:22:22 +00:00
parent c3a0727645
commit 91ffba9975
7 changed files with 343 additions and 12 deletions

11
lib/flow/scoreboard.json Normal file
View File

@@ -0,0 +1,11 @@
{
"total": 18,
"passed": 18,
"failed": 0,
"suites": {
"basic": { "passed": 18, "total": 18 }
},
"phases": {
"phase1": "in-progress"
}
}