Scheme Request for Implementation 264,
"String Syntax for Scheme Regular Expressions",
by Sergei Egorov,
is now available for discussion.

Its draft and an archive of the ongoing discussion are available at
https://srfi.schemers.org/srfi-264/.

You can join the discussion of the draft by filling out the subscription
form on that page.

You can contribute a message to the discussion by sending it to
[email protected].

Here's the abstract:

This SRFI proposes SSRE, an alternative string-based syntax for Scheme
Regular Expressions as defined by SRFI 115
<https://srfi.schemers.org/srfi-115/>. String syntax is both compact and
familiar to many regexp users; it is translated directly into SRE
S-expressions, providing equivalent constructs. While the proposed syntax
mostly follows PCRE, it takes into account specifics of Scheme string
syntax and limitations of SRE, leaving out constructs that either duplicate
functionality provided by Scheme strings or have no SRE equivalents. The
repertoire of named sets and boundary conditions can be extended via a
parameter mechanism. Extensions to PCRE syntax allow concise expression of
operations on named character sets.

Regards,

SRFI Editor

Reply via email to