eyeprolog 1.2.31 → 1.2.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -2
- package/package.json +1 -1
- package/the-art-of-eyeprolog.md +3 -2
package/README.md
CHANGED
|
@@ -105,8 +105,9 @@ modules, DCGs, quads, libraries, proofs, and the other documented extensions.
|
|
|
105
105
|
The auditable processor-requirement checklist lives in
|
|
106
106
|
[`test/conformance/ISO-COMPLIANCE.md`](test/conformance/ISO-COMPLIANCE.md).
|
|
107
107
|
The separate [WG17 syntax ledger](test/conformance/WG17-SYNTAX-STATUS.md)
|
|
108
|
-
records executable dispositions for the
|
|
109
|
-
and runs as part of `npm test`.
|
|
108
|
+
records executable dispositions for the vendored active upstream WG17 syntax
|
|
109
|
+
cases and runs as part of `npm test`. Reviewed cases can pin exact outcomes;
|
|
110
|
+
newly upgraded cases run directly against the upstream Codex expectation.
|
|
110
111
|
EyeProlog does not yet claim independent certification or closure of every
|
|
111
112
|
normative Part 1 requirement.
|
|
112
113
|
|
package/package.json
CHANGED
package/the-art-of-eyeprolog.md
CHANGED
|
@@ -7071,8 +7071,9 @@ Part 1 conformance audit. It distinguishes implemented/tested families from
|
|
|
7071
7071
|
requirements whose normative `shall` clauses, option combinations, or error
|
|
7072
7072
|
precedence still need one-by-one closure. `test/conformance/ISO-MATRIX.md`
|
|
7073
7073
|
maps language families to representative executable cases.
|
|
7074
|
-
`test/conformance/WG17-SYNTAX-STATUS.md` separately traces the
|
|
7075
|
-
|
|
7074
|
+
`test/conformance/WG17-SYNTAX-STATUS.md` separately traces the vendored active
|
|
7075
|
+
upstream syntax cases. Reviewed cases can pin exact strict-reader outcomes, while
|
|
7076
|
+
newly upgraded cases execute directly against the upstream Codex expectation.
|
|
7076
7077
|
|
|
7077
7078
|
The complete suite must pass before release. The file-based conformance corpus
|
|
7078
7079
|
contains 791 cases, including 386 focused ISO
|