maude: Phase 6 strategy language (19 tests, 178 total)
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 57s

lib/maude/strategy.sx — first-class set-valued strategies: idle/fail/all/
rule/seq/alt/star/plus/bang/name combinators, named-strategy env. Same
rule set computes different things under different strategies; verified
with single-rule vs all vs seq-order vs alt vs star vs bang.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-07 15:26:52 +00:00
parent 858d35a68c
commit e2aca38a84
6 changed files with 395 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
# maude scoreboard
**159 / 159 passing** (0 failure(s)).
**178 / 178 passing** (0 failure(s)).
| Suite | Passed | Total | Status |
|-------|--------|-------|--------|
@@ -9,3 +9,4 @@
| matching | 28 | 28 | ok |
| conditional | 19 | 19 | ok |
| rewrite | 21 | 21 | ok |
| strategy | 19 | 19 | ok |