Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Has been cancelled
Adds lib/tcl/conformance.sh: runs .tcl programs through the epoch protocol, compares against # expected: annotations, writes scoreboard.json and scoreboard.md. All 3 classic programs pass. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
10 lines
229 B
Markdown
10 lines
229 B
Markdown
# Tcl-on-SX Conformance Scoreboard
|
|
|
|
| Program | Status | Expected | Got |
|
|
|---|---|---|---|
|
|
| assert | ✓ PASS | 10 | 10 |
|
|
| for-each-line | ✓ PASS | 13 | 13 |
|
|
| with-temp-var | ✓ PASS | 100 999 | 100 999 |
|
|
|
|
**3/3 passing**
|