Char predicates: char_type/2, upcase_atom/2, downcase_atom/2, string_upper/2, string_lower/2
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Has been cancelled

27 new tests, 432/432 total. char_type/2 supports alpha, alnum, digit,
digit(Weight), space/white, upper(Lower), lower(Upper), ascii(Code), punct.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-25 12:41:31 +00:00
parent 776ae18a20
commit 04ed092f88
5 changed files with 475 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
# Prolog scoreboard
**405 / 405 passing** (0 failure(s)).
Generated 2026-04-25T12:21:38+00:00.
**432 / 432 passing** (0 failure(s)).
Generated 2026-04-25T12:40:55+00:00.
| Suite | Passed | Total | Status |
|-------|--------|-------|--------|
@@ -25,6 +25,7 @@ Generated 2026-04-25T12:21:38+00:00.
| list_predicates | 33 | 33 | ok |
| meta_call | 15 | 15 | ok |
| set_predicates | 15 | 15 | ok |
| char_predicates | 27 | 27 | ok |
Run `bash lib/prolog/conformance.sh` to refresh. Override the binary
with `SX_SERVER=path/to/sx_server.exe bash …`.