Prose matches evidence: ALS-T8 / T16 / S3 rewritten to their fixtures (reference-evaluator findings F7–F9) - #46
Merged
Merged
Conversation
…ains int.parse's Unicode trim and int.from_hex's real grammar, ALS-T16 distinguishes unsigned counts, signed repeat and slice, unsigned indices, ALS-S3 is a per-predicate table with the empty-string value per row; C-028 retitled, C-100's ASCII claim corrected; three validation rows (author review, not independent), ceiling 127 to 124; ratchet gate row notes its first real green range
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #43, closes #44, closes #45 — the three places the reference evaluator's second pass (docs/ref/PARSER-NOTES.md F7–F9) found normative prose contradicting the executable evidence it cites. The fixtures win; the text now says what they pin.
int.parsetrims the ALS-T1 Unicode White_Space set first;int.from_hexhas its real grammar (trim → lowercase0xstripped repeatedly → sign → hex digits;0X10and-0xffare invalid digits,0xalone is empty). C-028 retitled to match (its statement was already right).take(-1)= whole,drop(-1)= empty), therepeatfamily is signed (negative → empty),string.slicestart/end signed, list INDICES unsigned (OOB → no-op/default/append). The old 負→0 sentence is gone.is_alpha/is_alphanumericfull-Unicode and nonempty,is_digitASCII-only and nonempty,is_upper/is_lowerPython-style (≥1 cased, all cased hold),is_whitespacevacuously true on"". The one-size vacuous-truth sentence is gone. C-100's "ASCII alphanumeric" claim corrected (the probe matrix shows Unicode; its own fixture only has ASCII rows).proofs/als-validation.toml— reviewed by the author against the named fixtures and a both-target probe run, independent = no — ceiling 127 → 124 (a tightening, riding along as the ratchet-separation gate allows).Author / verifier record
🤖 Generated with Claude Code