Skip to content

docs: FREESTANDING regex disposition — EigenRegex route is now concrete#357

Merged
InauguralPhysicist merged 1 commit into
mainfrom
freestanding-regex-route
Jul 2, 2026
Merged

docs: FREESTANDING regex disposition — EigenRegex route is now concrete#357
InauguralPhysicist merged 1 commit into
mainfrom
freestanding-regex-route

Conversation

@InauguralPhysicist

Copy link
Copy Markdown
Collaborator

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 the regex_* 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

…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>
@InauguralPhysicist InauguralPhysicist merged commit 753b331 into main Jul 2, 2026
13 checks passed
@InauguralPhysicist InauguralPhysicist deleted the freestanding-regex-route branch July 2, 2026 04:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant