docs: FREESTANDING regex disposition — EigenRegex route is now concrete#357
Merged
Conversation
…ncrete
EigenRegex reached ERE parity (S8, 2026-07-01): escapes, POSIX classes,
{n,m} intervals, re_replace, and a builtin-shaped compat layer
(lib/regex_compat.eigs) differential-tested against the regex_* builtins
as the oracle. Point the ledger's regex entry at it and record the two
documented divergences (leftmost-longest vs leftmost-first, no \b).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Doc-only. EigenRegex hit ERE parity today (InauguralSystems/EigenRegex#4): escapes, POSIX classes,
{n,m}intervals,re_replace, and a builtin-shaped compat layer (lib/regex_compat.eigs) differential-tested against theregex_*builtins as the oracle. The freestanding ledger's regex entry said "drop, or route to EigenRegex" — the route now exists, so record it plus the two documented divergences (POSIX leftmost-longest vs Pike-VM leftmost-first; no\b).🤖 Generated with Claude Code