ISO predicates: succ/2 + plus/3 + between/3 + length/2 + last/2 + nth0/3 + nth1/3 + max/min arith (+29 tests, 317 total)
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Has been cancelled

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-25 10:31:28 +00:00
parent 25a4ce4a05
commit 8ee0928a3d
6 changed files with 532 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
# Prolog scoreboard
**288 / 288 passing** (0 failure(s)).
Generated 2026-04-25T09:58:25+00:00.
**317 / 317 passing** (0 failure(s)).
Generated 2026-04-25T10:30:55+00:00.
| Suite | Passed | Total | Status |
|-------|--------|-------|--------|
@@ -20,6 +20,7 @@ Generated 2026-04-25T09:58:25+00:00.
| family | 10 | 10 | ok |
| atoms | 34 | 34 | ok |
| query_api | 16 | 16 | ok |
| iso_predicates | 29 | 29 | ok |
Run `bash lib/prolog/conformance.sh` to refresh. Override the binary
with `SX_SERVER=path/to/sx_server.exe bash …`.